|
tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Classes | |
| struct | string_constant< CharT, Chars > |
Namespaces | |
| namespace | etl |
Macros | |
| #define | TETL_STRING_C(str) etl::detail::to_string_constant<etl::to_array(str)>() |
Functions | |
| template<typename CharT , CharT... Chars> | |
| constexpr auto | operator== (string_constant< CharT, Chars... >, string_constant< CharT, Chars... >) noexcept -> bool |
| template<typename CharT , CharT... CharsL, CharT... CharsR> | |
| constexpr auto | operator== (string_constant< CharT, CharsL... >, string_constant< CharT, CharsR... >) noexcept -> bool |
| #define TETL_STRING_C | ( | str | ) | etl::detail::to_string_constant<etl::to_array(str)>() |