mn_sorted_vector.hpp File Reference
#include "../mn_functional.hpp"
#include "mn_pair.hpp"
#include "../utils/mn_sort.hpp"
#include "mn_vector.hpp"
Go to the source code of this file.
Classes | |
struct | mn::container::internal::compare_func< TPair, TFunctor > |
Internal helper for sorting. More... | |
class | mn::container::basic_sorted_vector< TKey, TValue, TAllocator, TCompare, TStorage > |
Namespaces | |
mn | |
mn::container | |
mn::container::internal | |
Typedefs | |
template<typename TKey , typename TValue , class TCompare = mn::less<TKey>> | |
using | mn::container::sorted_vector = basic_sorted_vector< TKey, TValue, mn::memory::default_allocator_t, TCompare > |