Iros
 
Loading...
Searching...
No Matches
mergeable.h
Go to the documentation of this file.
1#pragma once
2
10
11namespace di::concepts {
12template<typename It1, typename It2, typename Out, typename Comp = function::Compare,
13 typename Proj1 = function::Identity, typename Proj2 = function::Identity>
14concept Mergeable =
18}
Definition indirect_strict_weak_order.h:12
Definition indirectly_copyable.h:9
Definition input_iterator.h:9
Definition mergeable.h:14
Definition weakly_incrementable.h:10
Definition any_storable.h:9
Definition projected.h:16