mn_fixed_sorted_vector.hpp
Go to the documentation of this file.
27 template<typename TKey, typename TValue, int TCapacity, class TAllocator, class TCompare = mn::less<TKey> >
30 using base_type = basic_sorted_vector<TKey, TValue, TAllocator, TCompare, fixed_vector_storage< basic_pair<TKey, TValue>, TAllocator, TCapacity > >;
Definition: mn_fixed_sorted_vector.hpp:29
typename base_type::value_type value_type
Definition: mn_fixed_sorted_vector.hpp:33
typename base_type::size_type size_type
Definition: mn_fixed_sorted_vector.hpp:42
typename base_type::allocator_type allocator_type
Definition: mn_fixed_sorted_vector.hpp:41
self_type & operator=(const self_type &)=delete
typename base_type::pointer pointer
Definition: mn_fixed_sorted_vector.hpp:34
typename base_type::const_iterator const_iterator
Definition: mn_fixed_sorted_vector.hpp:39
typename base_type::difference_type difference_type
Definition: mn_fixed_sorted_vector.hpp:36
typename base_type::reference reference
Definition: mn_fixed_sorted_vector.hpp:35
typename base_type::iterator iterator
Definition: mn_fixed_sorted_vector.hpp:38
typename base_type::iterator_category iterator_category
Definition: mn_fixed_sorted_vector.hpp:32
basic_fixed_sorted_vector(const self_type &)=delete
basic_fixed_sorted_vector(const allocator_type &allocator=allocator_type())
Definition: mn_fixed_sorted_vector.hpp:45
Definition: mn_sorted_vector.hpp:54
const allocator_type & get_allocator() const
Definition: mn_vector.hpp:377
void set_allocator(const allocator_type &allocator)
Definition: mn_vector.hpp:381
typename base_type::size_type size_type
Definition: mn_sorted_vector.hpp:59
typename base_type::value_type value_type
Definition: mn_sorted_vector.hpp:60
typename base_type::const_iterator const_iterator
Definition: mn_sorted_vector.hpp:66
typename base_type::pointer pointer
Definition: mn_sorted_vector.hpp:61
typename base_type::reference reference
Definition: mn_sorted_vector.hpp:62
typename base_type::iterator iterator
Definition: mn_sorted_vector.hpp:65
typename base_type::allocator_type allocator_type
Definition: mn_sorted_vector.hpp:67
random_access_iterator_tag iterator_category
Definition: mn_vector.hpp:119
mn::ptrdiff_t difference_type
Definition: mn_vector.hpp:126
Definition: mn_allocator_typetraits.hpp:25