|
| template<char... digits> |
| constexpr auto | operator""_ic () |
| | Literal to create an index compile-time constant. More...
|
| |
| template<char... digits> |
| constexpr auto | operator""_uc () |
| | Literal to create an unsigned integer compile-time constant. More...
|
| |
| template<char... digits> |
| constexpr auto | operator""_sc () |
| | Literal to create a signed integer compile-time constant. More...
|
| |
| template<class T , T value> |
| constexpr auto | operator- (std::integral_constant< T, value >) |
| | Negation operator for integral constants. More...
|
| |