sculpto
|
#include <fixed_string.h>
Public Member Functions | |
constexpr | fixed_string ()=default |
constexpr | fixed_string (const char(&Str)[N+1]) |
Public Attributes | |
char | value [N+1] {} |
Fixed length string class.
Definition at line 16 of file fixed_string.h.
|
constexprdefault |
Fiexed string default constructor.
|
inlineconstexpr |
Str | - char array. |
Definition at line 29 of file fixed_string.h.
char scl::fixed_string< N >::value[N+1] {} |
String characters array.
Definition at line 19 of file fixed_string.h.