Searched defs:test_subsumption (Results 1 – 3 of 3) sorted by relevance
32 constexpr bool test_subsumption() requires std::mergeable<I1, I2, O> { in test_subsumption() function
19 template<class I> constexpr bool test_subsumption() requires std::permutable<I> { return true; } in test_subsumption() function
23 template <class I, class R, class P> constexpr bool test_subsumption() requires std::sortable<I, R,… in test_subsumption() function