RESTinio
|
#include <host.hpp>
Public Member Functions | |
reg_name_t ()=default | |
reg_name_t (std::string val) noexcept | |
Static Public Member Functions | |
static RESTINIO_NODISCARD reg_name_t | from_string (std::string v) noexcept |
Public Attributes | |
std::string | v |
Friends | |
bool | operator== (const reg_name_t &a, const reg_name_t &b) noexcept |
bool | operator!= (const reg_name_t &a, const reg_name_t &b) noexcept |
bool | operator< (const reg_name_t &a, const reg_name_t &b) noexcept |
|
default |
|
inlineexplicitnoexcept |
|
inlinestaticnoexcept |
|
friend |
|
friend |
|
friend |
std::string restinio::http_field_parsers::raw_host_value_t::reg_name_t::v |