Home
last modified time | relevance | path

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

/third_party/boost/libs/poly_collection/test/
Dtest_algorithm_impl.hpp420 auto insert2=compose(to_int,[&](int x){v2.push_back(x);}); in test_copy_algorithm() local
492 auto insert2=compose(to_int,[&](int x){v2.push_back(x);}); in test_copy_n_algorithm() local
532 auto insert2=[&](int x){v2.push_back(x);}; in test_transform2_algorithm() local
572 auto insert2=compose(to_int,[&](int x){v2.push_back(x);}); in test_rotate_copy_algorithm() local