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

#include <fastmap.h>

Public Member Functions

 reverse_iterator (const reverse_iterator &other)=default
reverse_iteratoroperator++ ()
reverse_iterator operator++ (int)
reverse_iteratoroperator-- ()
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 >::reverse_iterator

mutable bidirectional reverse iterator


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