FreeBSD Manual Pages
std::experi...::Mergeable(3) C++ Standard Libary std::experi...::Mergeable(3) NAME std::experimental::ranges::Mergeable - std::experimen- tal::ranges::Mergeable Synopsis template < class I1, class I2, class Out, class R = ranges::less<>, class P1 = ranges::identity, class P2 = ranges::identity > concept bool Mergeable = InputIterator<I1> && InputIterator<I2> && (ranges TS) WeaklyIncrementable<Out> && IndirectlyCopyable<I1, Out> && IndirectlyCopyable<I2, Out> && IndirectStrictWeakOrder<R, ranges::projected<I1, P1>, ranges::projected<I2, P2>>; The Mergeable concept specifies the common requirements of algo- rithms that merge sorted sequences into an output sequence by copying the elements (for example, ranges::merge). http://cppreference.com 2022.07.31 std::experi...::Mergeable(3)
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=std::experimental::ranges::Mergeable&sektion=3&manpath=FreeBSD+Ports+15.0>
