37struct ORCUS_PSR_DLLPUBLIC parse_token
39 using value_type = std::variant<std::string_view, parse_error_value_t, const xml_token_element_t*>;
45 parse_token(std::string_view _characters);
47 parse_token(std::string_view msg, std::ptrdiff_t offset);
49 parse_token(
const parse_token& other);
51 parse_token& operator= (parse_token) =
delete;
53 bool operator== (
const parse_token& other)
const;
54 bool operator!= (
const parse_token& other)
const;
Definition xml_namespace.hpp:100