|
fennec
|
metaprogramming integral constant More...
#include <constants.h>
A metaprogramming integral constant
| IntT | type of the constant |
| ValueV | value of the constant |
Public Member Functions | |
| constexpr | operator IntT () const noexcept |
| cast operator to allow for braced initialization | |
Static Public Attributes | |
| static constexpr IntT | value = ValueV |
| value of the constant | |
|
inlineconstexprnoexcept |