|
roar
|
Utilitarian class to store and modify strings in compile time. More...
#include <fixed_string.hpp>
Public Member Functions | |
| constexpr | FixedString () |
| constexpr | FixedString (char const *s) |
| constexpr | operator char const * () const |
| template<unsigned OtherSize> | |
| constexpr int | compare (FixedString< OtherSize > const &other) const |
| glibc strcmp implementation. | |
Public Attributes | |
| char | m_buffer [Size+1] {} |
Static Public Attributes | |
| static constexpr auto | m_size = Size |
Utilitarian class to store and modify strings in compile time.
| Size |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
glibc strcmp implementation.
|
inlineconstexpr |
| char Roar::Detail::FixedString< Size >::m_buffer[Size+1] {} |
|
staticconstexpr |