Arene Base
Fundamental Utilities For Safety Critical C++
Loading...
Searching...
No Matches
arene::base::is_inline_string< Type > Class Template Reference

Trait to query if a type is an inline_string. More...

Inheritance diagram for arene::base::is_inline_string< Type >:
Inheritance graph

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.
 

Detailed Description

template<typename Type>
class arene::base::is_inline_string< Type >

Trait to query if a type is an inline_string.

Template Parameters
TypeThe type to check.

Inherits from std::true_type if Type is an instantiation of inline_string, else std::false_type.


The documentation for this class was generated from the following file: