deal.II version GIT relicensing-2289-g1e5549a87a 2024-12-21 21:30:00+00:00
|
#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 57 of file template_constraints.h.
using internal::SupportsOperation::detector< Default, AlwaysVoid, Op, Args >::value_t = std::false_type |
Definition at line 59 of file template_constraints.h.
using internal::SupportsOperation::detector< Default, AlwaysVoid, Op, Args >::type = Default |
Definition at line 60 of file template_constraints.h.