![]() |
Arene Base
Fundamental Utilities For Safety Critical C++
|
Trait to query if a type is an inline_string.
More...

Additional Inherited Members | |
Public Types inherited from std::integral_constant< bool, is_inline_string_v< Type > > | |
| using | type |
| The type of this class. | |
| using | value_type |
| The type of the value. | |
Public Member Functions inherited from std::integral_constant< bool, is_inline_string_v< Type > > | |
| constexpr | operator value_type () const noexcept |
Implicit conversion to Type. | |
| constexpr auto | operator() () const noexcept -> value_type |
| Nullary function call operator. | |
Static Public Attributes inherited from std::integral_constant< bool, is_inline_string_v< Type > > | |
| static constexpr value_type | value |
| The constant. | |
Trait to query if a type is an inline_string.
| Type | The type to check. |
Inherits from std::true_type if Type is an instantiation of inline_string, else std::false_type.