mn::container::basic_fixed_sorted_vector< TKey, TValue, TCapacity, TAllocator, TCompare > Class Template Reference
#include <mn_fixed_sorted_vector.hpp>
Inheritance diagram for mn::container::basic_fixed_sorted_vector< TKey, TValue, TCapacity, TAllocator, TCompare >:
Collaboration diagram for mn::container::basic_fixed_sorted_vector< TKey, TValue, TCapacity, TAllocator, TCompare >:
Private Types | |
using | base_type = basic_sorted_vector< TKey, TValue, TAllocator, TCompare, fixed_vector_storage< basic_pair< TKey, TValue >, TAllocator, TCapacity > > |
Member Typedef Documentation
◆ allocator_type
template<typename TKey , typename TValue , int TCapacity, class TAllocator , class TCompare = mn::less<TKey>>
using mn::container::basic_fixed_sorted_vector< TKey, TValue, TCapacity, TAllocator, TCompare >::allocator_type = typename base_type::allocator_type |
◆ base_type
template<typename TKey , typename TValue , int TCapacity, class TAllocator , class TCompare = mn::less<TKey>>
|
private |
◆ const_iterator
template<typename TKey , typename TValue , int TCapacity, class TAllocator , class TCompare = mn::less<TKey>>
using mn::container::basic_fixed_sorted_vector< TKey, TValue, TCapacity, TAllocator, TCompare >::const_iterator = typename base_type::const_iterator |
◆ difference_type
template<typename TKey , typename TValue , int TCapacity, class TAllocator , class TCompare = mn::less<TKey>>
using mn::container::basic_fixed_sorted_vector< TKey, TValue, TCapacity, TAllocator, TCompare >::difference_type = typename base_type::difference_type |
◆ iterator
template<typename TKey , typename TValue , int TCapacity, class TAllocator , class TCompare = mn::less<TKey>>
using mn::container::basic_fixed_sorted_vector< TKey, TValue, TCapacity, TAllocator, TCompare >::iterator = typename base_type::iterator |
◆ iterator_category
template<typename TKey , typename TValue , int TCapacity, class TAllocator , class TCompare = mn::less<TKey>>
using mn::container::basic_fixed_sorted_vector< TKey, TValue, TCapacity, TAllocator, TCompare >::iterator_category = typename base_type::iterator_category |
◆ pointer
template<typename TKey , typename TValue , int TCapacity, class TAllocator , class TCompare = mn::less<TKey>>
using mn::container::basic_fixed_sorted_vector< TKey, TValue, TCapacity, TAllocator, TCompare >::pointer = typename base_type::pointer |
◆ reference
template<typename TKey , typename TValue , int TCapacity, class TAllocator , class TCompare = mn::less<TKey>>
using mn::container::basic_fixed_sorted_vector< TKey, TValue, TCapacity, TAllocator, TCompare >::reference = typename base_type::reference |
◆ self_type
template<typename TKey , typename TValue , int TCapacity, class TAllocator , class TCompare = mn::less<TKey>>
using mn::container::basic_fixed_sorted_vector< TKey, TValue, TCapacity, TAllocator, TCompare >::self_type = basic_fixed_sorted_vector<TKey, TValue, TCapacity, TAllocator, TCompare > |
◆ size_type
template<typename TKey , typename TValue , int TCapacity, class TAllocator , class TCompare = mn::less<TKey>>
using mn::container::basic_fixed_sorted_vector< TKey, TValue, TCapacity, TAllocator, TCompare >::size_type = typename base_type::size_type |
◆ value_type
template<typename TKey , typename TValue , int TCapacity, class TAllocator , class TCompare = mn::less<TKey>>
using mn::container::basic_fixed_sorted_vector< TKey, TValue, TCapacity, TAllocator, TCompare >::value_type = typename base_type::value_type |
Constructor & Destructor Documentation
◆ basic_fixed_sorted_vector() [1/2]
template<typename TKey , typename TValue , int TCapacity, class TAllocator , class TCompare = mn::less<TKey>>
|
inlineexplicit |
◆ basic_fixed_sorted_vector() [2/2]
template<typename TKey , typename TValue , int TCapacity, class TAllocator , class TCompare = mn::less<TKey>>
|
delete |
Member Function Documentation
◆ operator=()
template<typename TKey , typename TValue , int TCapacity, class TAllocator , class TCompare = mn::less<TKey>>
|
delete |
The documentation for this class was generated from the following file: