Home
last modified time | relevance | path

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

/third_party/boost/boost/interprocess/indexes/
Diunordered_set_index.hpp67 struct equal_function struct
69 bool operator()(const intrusive_compare_key_type &i, const value_type &b) const in operator ()()
76 bool operator()(const value_type &b, const intrusive_compare_key_type &i) const in operator ()()
83 bool operator()(const value_type &b1, const value_type &b2) const in operator ()()
146 typedef typename index_aux::equal_function equal_function; typedef in boost::interprocess::iunordered_set_index