#include <userver/storages/query.hpp>
Compile time literal with query name.
Public Member Functions | |
| consteval | NameLiteral (const char *literal) noexcept |
| void | remove_suffix (std::size_t)=delete |
| void | swap (std::string_view &)=delete |
| void | swap (zstring_view &other) noexcept |
| constexpr const char * | c_str () const noexcept |
Static Public Member Functions | |
| static constexpr zstring_view | UnsafeMake (const char *str, std::size_t len) noexcept |
|
inlineconstevalnoexcept |
|
inlineconstexprnoexceptinherited |
Definition at line 43 of file zstring_view.hpp.
|
inlinenoexceptinherited |
Definition at line 41 of file zstring_view.hpp.
|
inlinestaticconstexprnoexceptinherited |
Constructs a zstring_view from a pointer and size.
Definition at line 47 of file zstring_view.hpp.