#include <string_constant.hpp>
|
static constexpr auto | begin () noexcept |
|
static constexpr auto | end () noexcept |
|
static constexpr auto | size () noexcept |
|
◆ string_view_type
template<typename CharT, CharT... Chars>
◆ value_type
template<typename CharT, CharT... Chars>
◆ begin()
template<typename CharT, CharT... Chars>
|
inlinestaticconstexprnoexcept |
◆ end()
template<typename CharT, CharT... Chars>
|
inlinestaticconstexprnoexcept |
◆ operator string_view_type()
template<typename CharT, CharT... Chars>
|
inlinenodiscardconstexprnoexcept |
◆ size()
template<typename CharT, CharT... Chars>
|
inlinestaticconstexprnoexcept |
◆ storage
template<typename CharT, CharT... Chars>
auto storage = etl::array<CharT, sizeof...(Chars)>{Chars...} |
|
staticconstexpr |
The documentation for this struct was generated from the following file: