Reference documentation for deal.II version 9.5.0
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
Public Types | List of all members
internal::SupportsOperation::detector< Default, AlwaysVoid, Op, Args > Struct Template Reference

#include <deal.II/base/template_constraints.h>

Public Types

using value_t = std::false_type
 
using type = Default
 

Detailed Description

template<class Default, class AlwaysVoid, template< class... > class Op, class... Args>
struct internal::SupportsOperation::detector< Default, AlwaysVoid, Op, Args >

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.

Member Typedef Documentation

◆ value_t

template<class Default , class AlwaysVoid , template< class... > class Op, class... Args>
using internal::SupportsOperation::detector< Default, AlwaysVoid, Op, Args >::value_t = std::false_type

Definition at line 59 of file template_constraints.h.

◆ type

template<class Default , class AlwaysVoid , template< class... > class Op, class... Args>
using internal::SupportsOperation::detector< Default, AlwaysVoid, Op, Args >::type = Default

Definition at line 60 of file template_constraints.h.


The documentation for this struct was generated from the following file: