Return true if the specified x object is ordered before the specified y object, as determined by the comparator supplied at construction, and false otherwise.
Synopsis
Declared in <bslstl_map.h>
bool
operator()(
value_type const& x,
value_type const& y) const;
Created with MrDocs