|
sparrow 1.3.0
|
#include <fixed_string.hpp>
Public Member Functions | |
| constexpr | fixed_string (const char(&str)[N]) |
| constexpr | operator std::string_view () const |
Public Attributes | |
| char | value [N] |
Definition at line 25 of file fixed_string.hpp.
|
inlineconstexpr |
Definition at line 27 of file fixed_string.hpp.
|
inlineconstexpr |
Definition at line 32 of file fixed_string.hpp.
| char sparrow::fixed_string< N >::value[N] |
Definition at line 37 of file fixed_string.hpp.