Home
last modified time | relevance | path

Searched refs:modulo_less (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/multi_index/example/
Dnon_default_ctor.cpp32 struct modulo_less struct
34 modulo_less(IntegralType m):modulo(m){} in modulo_less() function
53 ordered_non_unique<identity<unsigned int>, modulo_less<unsigned int> >
67 boost::make_tuple(identity<unsigned int>(),modulo_less<unsigned int>(10)) in main()