nngn
|
Go to the source code of this file.
Classes | |
struct | nngn::fixed_string< N > |
struct | std::tuple_size< nngn::fixed_string< N > > |
Namespaces | |
namespace | nngn |
namespace | std |
Functions | |
template<std::size_t N> | |
nngn::fixed_string (const char(&)[N]) -> fixed_string< N - 1 > | |
template<std::ranges::sized_range ... Rs> | |
constexpr auto | nngn::cat (const Rs &...rs) |
Concatenates multiple fixed_string objects into a character array. | |