yfast 0.6.1
Loading...
Searching...
No Matches
yfast::fastmap< Key, Value, H, BitExtractor, Hash, Compare, ArbitraryAllocator >::const_reverse_iterator Class Reference

#include <fastmap.h>

Public Member Functions

 const_reverse_iterator (const const_reverse_iterator &other)=default
 const_reverse_iterator (const reverse_iterator &other)
const_reverse_iteratoroperator++ ()
const_reverse_iterator operator++ (int)
const_reverse_iteratoroperator-- ()
const_reverse_iterator operator-- (int)

Friends

class fastmap

Detailed Description

template<typename Key, typename Value, unsigned int H, internal::BitExtractorGeneric< Key > BitExtractor = internal::BitExtractor<Key>, internal::MapGeneric< typename BitExtractor::ShiftResult, std::uintptr_t > Hash = internal::DefaultHash<typename BitExtractor::ShiftResult, std::uintptr_t>, typename Compare = std::less<Key>, typename ArbitraryAllocator = std::allocator<std::pair<Key, Value>>>
class yfast::fastmap< Key, Value, H, BitExtractor, Hash, Compare, ArbitraryAllocator >::const_reverse_iterator

const bidirectional reverse iterator


The documentation for this class was generated from the following file: