Adobe Source Libraries 1.49.0
A collection of C++ libraries.
Loading...
Searching...
No Matches
attribute_set_t::less_key_only_t Struct Reference

#include <xml_parser.hpp>

Public Member Functions

bool operator() (const value_type &x, const value_type &y) const

Detailed Description

Support function object for the attribute_set_t class. Provides strict weak ordering functionality for the elements of a attribute_set_t, comparing ONLY the key of a single attribute_set_t::value_type.

Definition at line 69 of file xml_parser.hpp.

Member Function Documentation

◆ operator()()

bool operator() ( const value_type & x,
const value_type & y ) const

Definition at line 70 of file xml_parser.hpp.