NumCpp  2.12.1
A Templatized Header Only C++ Implementation of the Python NumPy Library
nc::all_same< T1, T2 > Struct Template Reference

#include <TypeTraits.hpp>

Static Public Attributes

static constexpr bool value = std::is_same<T1, T2>::value
 

Detailed Description

template<typename T1, typename T2>
struct nc::all_same< T1, T2 >

Template class specialization for determining if all of the types are the same as another type

Field Documentation

◆ value

template<typename T1 , typename T2 >
constexpr bool nc::all_same< T1, T2 >::value = std::is_same<T1, T2>::value
staticconstexpr

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