#include <FixedString.h>
|
consteval void | append (std::string_view str) |
|
consteval void | append (char c, size_t count=1) |
|
consteval std::string_view | view () const |
|
|
std::array< char, N > | data {} |
|
size_t | size = 0 |
|
◆ append() [1/2]
template<size_t N>
consteval void FixedString< N >::append |
( |
char |
c, |
|
|
size_t |
count = 1 |
|
) |
| |
|
inline |
◆ append() [2/2]
template<size_t N>
consteval void FixedString< N >::append |
( |
std::string_view |
str | ) |
|
|
inline |
◆ view()
template<size_t N>
consteval std::string_view FixedString< N >::view |
( |
| ) |
const |
|
inline |
◆ operator<<
template<size_t N>
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const FixedString< N > & |
fs |
|
) |
| |
|
friend |
◆ data
◆ size
The documentation for this struct was generated from the following file: