|
|
| operator std::string_view () const |
|
constexpr | CompTimeString (const char(&buf_)[Size]) |
|
constexpr | CompTimeString (const std::array< char, Size > &buf_) |
|
template<size_t Other> |
| constexpr CompTimeString< Size - 1+Other > | operator+ (const CompTimeString< Other > &other) const |
|
template<size_t Other> |
| constexpr CompTimeString< Size - 1+Other+2 > | operator, (const CompTimeString< Other > &other) const |
|
|
std::array< char, Size > | buf |
|
|
static constexpr size_t | size = Size |
The documentation for this struct was generated from the following file: