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 >.