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

Go to the source code of this file.

Classes

struct  di::container::detail::TreeSetTag< Value >
 
class  di::container::TreeSet< Value, Comp, Alloc >
 
class  di::TreeSet< Value, Comp, Alloc >
 

Namespaces

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

Functions

template<concepts::InputContainer Con, typename T = meta::ContainerValue<Con>>
auto di::container::tag_invoke (types::Tag< util::deduce_create >, InPlaceTemplate< TreeSet >, Con &&) -> TreeSet< T >
 
template<concepts::InputContainer Con, typename T = meta::ContainerValue<Con>, concepts::StrictWeakOrder< T > Comp>
auto di::container::tag_invoke (types::Tag< util::deduce_create >, InPlaceTemplate< TreeSet >, Con &&, Comp) -> TreeSet< T, Comp >