Home
last modified time | relevance | path

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

/third_party/boost/libs/poly_collection/test/
Dtest_algorithm_impl.hpp419 auto insert1=compose(to_int,[&](int x){v1.push_back(x);}); in test_copy_algorithm() local
491 auto insert1=compose(to_int,[&](int x){v1.push_back(x);}); in test_copy_n_algorithm() local
531 auto insert1=[&](int x){v1.push_back(x);}; in test_transform2_algorithm() local
571 auto insert1=compose(to_int,[&](int x){v1.push_back(x);}); in test_rotate_copy_algorithm() local