Home
last modified time | relevance | path

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

/third_party/boost/libs/range/doc/reference/adaptors/
Dadjacent_filtered.qbk6 [section:adjacent_filtered adjacent_filtered]
10 [[Pipe] [`rng | boost::adaptors::adjacent_filtered(bi_pred)`]]
21 [section:adjacent_filtered_example adjacent_filtered example]
/third_party/boost/libs/range/test/compile_fail/adaptor/
Dadjacent_filtered_concept2.cpp32 using boost::adaptors::adjacent_filtered; in main()
38 adjacent_filtered(always_true())).front(); in main()
Dadjacent_filtered_concept.cpp32 using boost::adaptors::adjacent_filtered; in main()
38 adjacent_filtered(always_true())).front(); in main()
/third_party/boost/libs/range/test/adaptor_test/
Dadjacent_filtered_example.cpp39 input | adjacent_filtered(std::not_equal_to<int>()), in adjacent_filtered_example_test()
49 boost::push_back(test, input | adjacent_filtered(std::not_equal_to<int>())); in adjacent_filtered_example_test()
Dadjacent_filtered.cpp37 c | adjacent_filtered(std::not_equal_to< value_t >())); in adjacent_filtered_test_impl()
/third_party/boost/libs/range/test/
Dticket_5486.cpp41 boost::push_back(v, v | boost::adaptors::adjacent_filtered(TestTicket5486Pred(1))); in test_ticket_5486()
Dadaptors.cpp204 check_copy( vec | adjacent_filtered( std::equal_to<int>() ) ); in check_adaptors()
DJamfile.v255 [ range-test adaptor_test/adjacent_filtered ]
/third_party/boost/libs/geometry/test/geometries/
Dboost_range.cpp91 out << bg::wkt(ls | boost::adaptors::adjacent_filtered(sum_not_five())); in test_range_adaptor()
/third_party/boost/boost/range/adaptor/
Dadjacent_filtered.hpp205 adjacent_filtered = variable
/third_party/boost/libs/range/doc/
Dboost_range.qbk70 …_adjacent_filtered__ [link range.reference.adaptors.reference.adjacent_filtered adjacent_filtered]]
Dheaders.qbk45 [[`<boost/range/adaptor/adjacent_filtered.hpp>`] [__range_adaptors_adjacent_filtered__ ]]
/third_party/boost/libs/range/doc/html/
Dquickbook_HTML.manifest21 range/reference/adaptors/reference/adjacent_filtered.html
/third_party/boost/libs/range/doc/reference/
Dadaptors.qbk168 [include adaptors/adjacent_filtered.qbk]