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

#include <TypeTraits.hpp>

Static Public Attributes

static constexpr bool value = false
 

Detailed Description

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

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

Field Documentation

◆ value

template<class T >
constexpr bool nc::is_complex< T >::value = false
staticconstexpr

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