LeviLamina
Loading...
Searching...
No Matches
ll::FixedString< N > Struct Template Reference
+ Inheritance diagram for ll::FixedString< N >:

Public Member Functions

consteval FixedString (std::string_view s) noexcept
 
consteval FixedString (char const *s) noexcept
 
constexpr operator std::string_view () const noexcept
 
constexpr char const * c_str () const noexcept
 
constexpr std::string_view sv () const noexcept
 
constexpr std::string str () const noexcept
 
constexpr char const & operator[] (size_t idx) const noexcept
 
constexpr char & operator[] (size_t idx) noexcept
 
template<size_t Ny>
consteval auto operator+ (FixedString< Ny > const &other) noexcept
 

Public Attributes

char buf [N+1] {}
 

The documentation for this struct was generated from the following file: