Home
last modified time | relevance | path

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

/third_party/boost/libs/serialization/performance/
Dpeformance_array.cpp36 struct array_equal_to //: public std::binary_function<T, T, bool> struct
39 bool operator()(const T & _Left, const U & _Right) const in operator ()()