nngn
Loading...
Searching...
No Matches
fixed_string.h File Reference
#include <algorithm>
#include <cstddef>
#include <ranges>
#include <string_view>
#include "utils.h"
Include dependency graph for fixed_string.h:
This graph shows which files directly or indirectly include this file:

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.