tetl 0.1.0
Embedded Template Library
|
#include <integral_constant.hpp>
Public Types | |
using | type = integral_constant<Type, Val> |
using | value_type = Type |
Public Member Functions | |
constexpr | operator value_type () const noexcept |
constexpr auto | operator() () const noexcept -> value_type |
Static Public Attributes | |
static constexpr Type | value = Val |
using type = integral_constant<Type, Val> |
using value_type = Type |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
staticconstexpr |