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

#include <TypeTraits.hpp>

Static Public Attributes

static constexpr bool value = std::is_arithmetic<T>::value
 

Detailed Description

template<typename T>
struct nc::all_arithmetic< T >

Template class specialization for determining if all of the types are arithmetic

Field Documentation

◆ value

template<typename T >
constexpr bool nc::all_arithmetic< T >::value = std::is_arithmetic<T>::value
staticconstexpr

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