Iros
 
Loading...
Searching...
No Matches
tree_map.h File Reference

Go to the source code of this file.

Classes

struct  di::container::detail::TreeMapCompAdapter< Comp, Key >
 
struct  di::container::detail::TreeMapTag< Key, Value >
 
class  di::container::TreeMap< Key, Value, Comp, Alloc >
 
class  di::TreeMap< Key, Value, Comp, Alloc >
 

Namespaces

namespace  di
 
namespace  di::container
 
namespace  di::container::detail
 

Functions

template<concepts::InputContainer Con, concepts::TupleLike T = meta::ContainerValue<Con>>
requires (meta::TupleSize<T> == 2)
auto di::container::tag_invoke (types::Tag< util::deduce_create >, InPlaceTemplate< TreeMap >, Con &&) -> TreeMap< meta::TupleElement< T, 0 >, meta::TupleElement< T, 1 > >
 
template<concepts::InputContainer Con, concepts::TupleLike T = meta::ContainerValue<Con>, concepts::StrictWeakOrder< T > Comp>
requires (meta::TupleSize<T> == 2)
auto di::container::tag_invoke (types::Tag< util::deduce_create >, InPlaceTemplate< TreeMap >, Con &&, Comp) -> TreeMap< meta::TupleElement< T, 0 >, meta::TupleElement< T, 1 >, Comp >