libstdc++
GNU C++ library
Loading...
Searching...
No Matches
std::mergeable Concept Reference

#include "iterator_concepts.h"

Concept definition

template<typename _I1, typename _I2, typename _Out, typename _Rel = ranges::less, typename _P1 = identity, typename _P2 = identity>
typename __detail::__projected< _Iter, _Proj >::__type projected
[projected], projected
Requirements on types that can be incremented with ++.
[alg.req.ind.copy], concept indirectly_copyable
[alg.req.mergeable], concept mergeable

Detailed Description

[alg.req.mergeable], concept mergeable

Definition at line 960 of file iterator_concepts.h.