Avl Boost Tutorial Upd [VERIFIED]
avl_map(); ~avl_map();
Interface:
// lookup iterator find(const key_type& k); bool contains(const key_type& k) const; avl boost tutorial upd
template<typename Key, typename Value, typename Compare = std::less<Key>, typename Alloc = std::allocator<std::pair<const Key, Value>>> class avl_map { public: using key_type = Key; using mapped_type = Value; using value_type = std::pair<const Key, Value>; bool contains(const key_type& k) const
// iterators iterator begin(); iterator end(); typename Compare = std::less<