|
Fcitx
|
Static string based on template argument. More...
#include <cstddef>#include <string_view>

Go to the source code of this file.
Macros | |
| #define | FCITX_METASTRING_TEMPLATE_16(N, S) |
| #define | FCITX_METASTRING_TEMPLATE_256(N, S) |
| #define | fcitxMakeMetaString(STRING) ::fcitx::MetaStringTrimType<FCITX_METASTRING_TEMPLATE_256(, STRING)> |
| Create meta string from string literal. | |
Functions | |
| template<int N, int M> | |
| constexpr char | fcitx::__getChar (char const (&str)[M]) noexcept |
| template<int N> | |
| constexpr char | fcitx::__getChar (std::string_view str) noexcept |
Static string based on template argument.
Definition in file metastring.h.
1.8.13