|
| template<class F , class... Args> |
| static constexpr bool | isCallable () |
| | Check if F models the Function concept with given signature. More...
|
| |
| template<class F , class... Args> |
| static constexpr bool | isCallable (F &&f, TypeList< Args... >) |
| | Check if f models the Function concept with given signature. More...
|
| |
| template<class F , class Signature > |
| static constexpr bool | isFunction () |
| | Check if F models the Function concept with given signature. More...
|
| |
| template<class F , class Signature , template< class > class DerivativeTraits> |
| static constexpr bool | isFunction (F &&f, SignatureTag< Signature, DerivativeTraits >) |
| | Check if f models the Function concept with given signature. More...
|
| |
| template<class F , class Signature , template< class > class DerivativeTraits = DefaultDerivativeTraits> |
| static constexpr bool | isDifferentiableFunction () |
| | Check if F models the DifferentiableFunction concept with given signature. More...
|
| |
| template<class F , class Signature , template< class > class DerivativeTraits> |
| static constexpr bool | isDifferentiableFunction (F &&f, SignatureTag< Signature, DerivativeTraits >) |
| | Check if f models the DifferentiableFunction concept with given signature. More...
|
| |
| template<class F , class Signature , class LocalContext , template< class > class DerivativeTraits = DefaultDerivativeTraits> |
| static constexpr bool | isLocalFunction () |
| | Check if F models the LocalFunction concept with given signature and local context. More...
|
| |
| template<class E > |
| static constexpr bool | isEntitySet () |
| | Check if F models the GridFunction concept with given signature and entity set. More...
|
| |
| template<class F , class Signature , class EntitySet , template< class > class DerivativeTraits = DefaultDerivativeTraits> |
| static constexpr bool | isGridFunction () |
| | Check if F models the GridFunction concept with given signature and entity set. More...
|
| |
| template<class F , class Signature , class GridView , template< class > class DerivativeTraits = DefaultDerivativeTraits> |
| static constexpr bool | isGridViewFunction () |
| | Check if F models the GridViewFunction concept with given signature. More...
|
| |
| template<typename T > |
| static constexpr bool | isIndexMergingStrategy () |
| |
| template<typename T > |
| static constexpr bool | isIndexMergingStrategy (T &&t) |
| |