Searched refs:all_view (Results 1 – 2 of 2) sorted by relevance
44 using all_view = decltype(all(std::declval<Range>())); typedef59 using base_type = all_view<Range>;
374 and `all_view`, and a function that takes a range and returns a view of the377 [all_view]