entity_name

Defined in header: <orcus/sax_ns_parser.hpp>

struct entity_name

Public Functions

inline entity_name(std::string_view _ns, std::string_view _name)
inline bool operator==(const entity_name &other) const

Public Members

std::string_view ns
std::string_view name
struct hash

Public Functions

inline size_t operator()(const entity_name &v) const