Home
last modified time | relevance | path

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

/third_party/boost/libs/bimap/example/
Dtutorial_modify_and_replace.cpp44 bool successful_replace = bm.right.replace_key( it, "1" ); in test_replace() local
46 assert( successful_replace ); in test_replace()
57 bool successful_replace = bm.left.replace_data( it, "two" ); in test_replace() local
60 assert( ! successful_replace ); in test_replace()