Home
last modified time | relevance | path

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

/third_party/boost/libs/property_map/test/
Dcompose_property_map_test.cpp74 struct modulo_add_one { struct
76 modulo_add_one(int m): modulo(m) {} in modulo_add_one() function
84 typedef function_property_map<modulo_add_one, int> modulo_add_one_pmap; in readable_pmap_checks() argument