Simulant  21.12-574
A portable game engine for Windows, OSX, Linux, Dreamcast, and PSP
Public Types | Public Member Functions | Friends | List of all members
smlt::ContiguousMultiMap< K, V, Compare >::const_iterator Class Reference
Inheritance diagram for smlt::ContiguousMultiMap< K, V, Compare >::const_iterator:
smlt::ContiguousMultiMap< K, V, Compare >::iterator_base

Public Types

using iterator_category = std::forward_iterator_tag
 
using value_type = std::pair< const K, V >
 
using difference_type = uint32_t
 
using pointer = const std::pair< const K, V > *
 
using reference = const std::pair< const K, V > &
 

Public Member Functions

 const_iterator (const const_iterator &other)=default
 
const_iteratoroperator= (const const_iterator &)=default
 
const_iteratoroperator= (const_iterator &&)=default
 
const_iteratoroperator++ ()
 
bool operator== (const const_iterator &other) const
 
bool operator!= (const const_iterator &other) const
 
reference operator* () const
 
pointer operator-> () const
 

Friends

class ContiguousMultiMap
 

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