|
DiFfRG
|
A fixed size compile-time string. More...
#include <fixed_string.hh>
Public Member Functions | |
| constexpr | FixedString (char const *s) |
| Construct a new Fixed String object. | |
| constexpr | operator char const * () const |
| auto | operator<=> (const FixedString &) const =default |
Public Attributes | |
| char | buf [N+1] {} |
A fixed size compile-time string.
| N | The size of the string. |
|
inlineconstexpr |
Construct a new Fixed String object.
| s | The string to be copied. |
|
inlineconstexpr |
|
default |
| char DiFfRG::FixedString< N >::buf[N+1] {} |