NumCpp  2.12.1
A Templatized Header Only C++ Implementation of the Python NumPy Library
nc::greaterThan< Value1, Value2 > Struct Template Reference

#include <TypeTraits.hpp>

Static Public Attributes

static constexpr bool value = Value1 > Value2
 

Detailed Description

template<std::size_t Value1, std::size_t Value2>
struct nc::greaterThan< Value1, Value2 >

type trait to test if one value is larger than another at compile time

Field Documentation

◆ value

template<std::size_t Value1, std::size_t Value2>
constexpr bool nc::greaterThan< Value1, Value2 >::value = Value1 > Value2
staticconstexpr

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