Template Struct integral_constant

Inheritance Relationships

Derived Types

Struct Documentation

template<class _Ty, _Ty _Val>
struct integral_constant

Convenient template for integral constant types

Subclassed by flamegpu::detail::StaticAssert::is_same< _Ty1, _Ty2 >, flamegpu::detail::StaticAssert::is_same< _Ty1, _Ty1 >

Public Types

typedef _Ty value_type
typedef integral_constant<_Ty, _Val> type

Public Functions

inline constexpr operator value_type() const noexcept
inline constexpr value_type operator()() const noexcept

Public Static Attributes

static constexpr _Ty value = _Val