nngn
|
#include <fixed_string.h>
Public Member Functions | |
fixed_string ()=default | |
fixed_string (const fixed_string &)=default | |
fixed_string & | operator= (const fixed_string &)=default |
fixed_string (fixed_string &&) noexcept=default | |
fixed_string & | operator= (fixed_string &&) noexcept=default |
constexpr | fixed_string (const char(&s_)[N+1]) |
constexpr | ~fixed_string (void)=default |
constexpr | operator std::string_view (void) const |
constexpr std::size_t | size (void) const |
constexpr const char * | data (void) const |
constexpr const char * | begin (void) const |
constexpr const char * | end (void) const |
Public Attributes | |
char | s [N] = {} |
|
default |
|
default |
|
defaultnoexcept |
|
constexpr |
|
constexprdefault |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
default |
|
defaultnoexcept |
|
inlineconstexpr |
char nngn::fixed_string< N >::s[N] = {} |