file
fixed_string.hNamespaces
- namespace rll
- Contract-programming related functions and classes.
Classes
-
template <std::struct rll::fixed_string
size_t N> - Fixed size string class.
-
template <>struct rll::fixed_string<0>
Functions
-
template <std::fixed_string(const char8_t(&)[N]) → fixed_string< N - 1 >
size_t N> -
template <std::fixed_string(fixed_string<N>) → fixed_string< N >
size_t N> -
template <std::fixed_string(char const(&)[N]) → fixed_string< N - 1 >
size_t N> -
template <std::fixed_string(wchar_t const(&)[N]) → fixed_string< N - 1 >
size_t N> -
template <std::fixed_string(char16_t const(&)[N]) → fixed_string< N - 1 >
size_t N> -
template <std::fixed_string(char32_t const(&)[N]) → fixed_string< N - 1 >
size_t N> - fixed_string() → fixed_string< 0 >