Home
last modified time | relevance | path

Searched defs:less_nocase (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/property_tree/detail/
Dptree_utils.hpp25 struct less_nocase struct
27 typedef typename T::value_type Ch;
28 std::locale m_locale;
29 inline bool operator()(Ch c1, Ch c2) const in operator ()()
33 inline bool operator()(const T &t1, const T &t2) const in operator ()()