Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/iterators/iterator.requirements/alg.req.mergeable/
H A Dmergeable.subsumption.compile.pass.cpp32 constexpr bool test_subsumption() requires std::mergeable<I1, I2, O> { in test_subsumption() function
/llvm-project-15.0.7/libcxx/test/std/iterators/iterator.requirements/alg.req.permutable/
H A Dpermutable.subsumption.compile.pass.cpp19 template<class I> constexpr bool test_subsumption() requires std::permutable<I> { return true; } in test_subsumption() function
/llvm-project-15.0.7/libcxx/test/std/iterators/iterator.requirements/alg.req.sortable/
H A Dsortable.subsumption.compile.pass.cpp23 template <class I, class R, class P> constexpr bool test_subsumption() requires std::sortable<I, R,… in test_subsumption() function