G+Smo  23.12.0
Geometry + Simulation Modules
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
is_complex< T > Struct Template Reference

Detailed Description

template<class T>
struct gismo::util::is_complex< T >

Type trait is_complex<T> checks if type T is of type std::complex<...>

Inherits integral_constant< T, v >.

Inherited by is_complex< const T >, is_complex< volatile const T >, and is_complex< volatile T >.