magpie
Loading...
Searching...
No Matches
magpie::routing::FixedString< N > Struct Template Reference

Public Member Functions

constexpr FixedString (const char(&str)[N+1])
constexpr FixedString (const ConstString &src)
constexpr FixedString (const char *begin)
constexpr char operator[] (size_t idx) const
constexpr ConstString toConstString () const
constexpr auto c_str () const -> char const *

Public Attributes

std::array< char, N+1 > data {}
const size_t size = N

The documentation for this struct was generated from the following file: