tetl 0.1.0
Embedded Template Library
|
#include <string_constant.hpp>
Public Types | |
using | string_view_type = etl::basic_string_view< CharT > |
using | value_type = CharT |
Public Member Functions | |
constexpr | operator string_view_type () const noexcept |
Static Public Member Functions | |
static constexpr auto | begin () noexcept |
static constexpr auto | end () noexcept |
static constexpr auto | size () noexcept |
Static Public Attributes | |
static constexpr auto | storage = etl::array<CharT, sizeof...(Chars)>{Chars...} |
|
inlineconstexprnoexcept |
|
staticconstexpr |