Class BoxedStringImpl<Derived, Base>

#include <BoxedString.hpp>
template<typename Derived,typename Base>classBoxedStringImpl:publicBase{ ... }
No description provided
Examples0
Public static methods1
template<typename... Args>staticDerivedformat(,)
No description provided
Public member functions7
size_tsize()const
No description provided
boolempty()const
No description provided
boolstarts_with()const
No description provided
boolends_with()const
No description provided
boolcontains()const
No description provided
std::string_viewsubstr(,
size_tcount
)
const
No description provided
booloperator==()const
No description provided
Fields0
Protected member functions0
Protected fields0
Derived classes0