Adobe Source Libraries 1.49.0
A collection of C++ libraries.
Loading...
Searching...
No Matches
attribute_set_t::less_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 both the key and the value of a single attribute_set_t::value_type.

Definition at line 57 of file xml_parser.hpp.

Member Function Documentation

◆ operator()()

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

Definition at line 58 of file xml_parser.hpp.