NumCpp  2.12.1
A Templatized Header Only C++ Implementation of the Python NumPy Library
nc::is_ndarray_int< NdArray< dtype, Allocator > > Struct Template Reference

#include <TypeTraits.hpp>

Static Public Attributes

static constexpr bool value = std::is_integral_v<dtype>
 

Detailed Description

template<typename dtype, typename Allocator>
struct nc::is_ndarray_int< NdArray< dtype, Allocator > >

Template class for determining if dtype is a valid index typefor NdArray

Field Documentation

◆ value

template<typename dtype , typename Allocator >
constexpr bool nc::is_ndarray_int< NdArray< dtype, Allocator > >::value = std::is_integral_v<dtype>
staticconstexpr

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