tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
string_constant.hpp File Reference

Go to the source code of this file.

Classes

struct  string_constant< CharT, Chars >
 

Namespaces

namespace  etl
 

Macros

#define TETL_STRING_C(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
 

Macro Definition Documentation

◆ TETL_STRING_C

#define TETL_STRING_C ( str)
Value:
etl::detail::to_string_constant<etl::to_array(str)>()