NumCpp  2.12.1
A Templatized Header Only C++ Implementation of the Python NumPy Library
nc::is_complex< std::complex< T > > Struct Template Reference

#include <TypeTraits.hpp>

Static Public Attributes

static constexpr bool value = true
 

Detailed Description

template<class T>
struct nc::is_complex< std::complex< T > >

Template class specialization for determining if type is std::complex<>

Field Documentation

◆ value

template<class T >
constexpr bool nc::is_complex< std::complex< T > >::value = true
staticconstexpr

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