Home
last modified time | relevance | path

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

/third_party/boost/libs/stl_interfaces/example/
Ddrop_while_view.cpp44 using all_view = decltype(all(std::declval<Range>())); typedef
59 using base_type = all_view<Range>;
/third_party/boost/libs/stl_interfaces/doc/
Dtutorial.qbk374 and `all_view`, and a function that takes a range and returns a view of the
377 [all_view]