hybstr
Hybrid constexpr string library for compile-time and runtime use
|
Contains user defined literal operators for creating 'hybstr::string_impl' objects. More...
Functions | |
template<hybstr::string_impl str> | |
consteval auto | operator""_hyb () noexcept |
User-defined literal for creating a 'hybstr::string_impl'. C++20 or above. | |
consteval auto | operator""_hyb (const char *str, std::size_t len) noexcept |
User-defined literal for creating a 'hybstr::string_impl'. C++17. |
Contains user defined literal operators for creating 'hybstr::string_impl' objects.
|
nodiscardconstevalnoexcept |
User-defined literal for creating a 'hybstr::string_impl'. C++20 or above.
|
nodiscardconstevalnoexcept |
User-defined literal for creating a 'hybstr::string_impl'. C++17.