![]() |
Simulant
21.12-1292
A portable game engine for Windows, OSX, Linux, Dreamcast, and PSP
|
Public Member Functions | |
const_iterator (const const_iterator &other)=default | |
const_iterator & | operator= (const const_iterator &)=default |
const_iterator & | operator= (const_iterator &&)=default |
const_iterator & | operator++ () |
bool | operator== (const const_iterator &other) const |
bool | operator!= (const const_iterator &other) const |
reference | operator* () const |
pointer | operator-> () const |
Friends | |
class | ContiguousMultiMap |