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

#include <TypeTraits.hpp>

Static Public Attributes

static constexpr bool value = std::is_arithmetic<Head>::value && all_arithmetic<Tail...>::value
 

Detailed Description

template<typename Head, typename... Tail>
struct nc::all_arithmetic< Head, Tail... >

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

Field Documentation

◆ value

template<typename Head , typename... Tail>
constexpr bool nc::all_arithmetic< Head, Tail... >::value = std::is_arithmetic<Head>::value && all_arithmetic<Tail...>::value
staticconstexpr

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