IgANet
IGAnets - Isogeometric Analysis Networks
Loading...
Searching...
No Matches
iganet::DType Concept Reference

Concept to identify template parameters that are acceptable as DTypes. More...

#include </home/runner/work/iganet/iganet/include/iganet/core/dtype.hpp>

Concept definition

template<typename T>
concept iganet::DType = requires { dtype_traits<normalized_type_t<T>>::value; }
Concept to identify template parameters that are acceptable as DTypes.
Definition dtype.hpp:66

Detailed Description

Concept to identify template parameters that are acceptable as DTypes.

Template Parameters
TType to test for a dtype_traits mapping.