Home
last modified time | relevance | path

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

/third_party/boost/libs/ptr_container/test/
Dsequence_test_data.hpp260 struct equal_to_int struct
264 equal_to_int( int i ) : i_(i) in equal_to_int() function
267 bool operator()( int i ) const in operator ()()