![]() |
C++ Library Extensions 2022.12.09
To help learn modern C++ programming
|
Public Types | |
using | value_type = Type |
using | type = integral_constant |
Public Member Functions | |
constexpr | operator value_type () const noexcept |
constexpr Type | operator() () const noexcept |
Static Public Attributes | |
static constexpr Type | value = v |
Definition at line 41 of file 11-type_dispatch.cpp.
using integral_constant< Type, v >::type = integral_constant |
Definition at line 46 of file 11-type_dispatch.cpp.
using integral_constant< Type, v >::value_type = Type |
Definition at line 44 of file 11-type_dispatch.cpp.
|
inlineconstexprnoexcept |
Definition at line 49 of file 11-type_dispatch.cpp.
|
inlineconstexprnoexcept |
Definition at line 55 of file 11-type_dispatch.cpp.
|
staticconstexpr |
Definition at line 43 of file 11-type_dispatch.cpp.