Reference documentation for deal.II version 9.6.0
|
#include <deal.II/base/template_constraints.h>
Public Types | |
using | value_t = std::false_type |
using | type = Default |
The primary template class used in detecting operations. If the compiler does not choose the specialization, then the fall-back case is this general template, which then declares member variables and types according to the failed detection.
Definition at line 56 of file template_constraints.h.
using internal::SupportsOperation::detector< Default, AlwaysVoid, Op, Args >::value_t = std::false_type |
Definition at line 58 of file template_constraints.h.
using internal::SupportsOperation::detector< Default, AlwaysVoid, Op, Args >::type = Default |
Definition at line 59 of file template_constraints.h.