Radium Engine
1.5.0
|
Generate a range to iterate over the keys of a map. More...
#include <Core/Utils/StdMapIterators.hpp>
Public Types | |
using | map_t = Mapclass |
Public Member Functions | |
map_keys (map_t &x) | |
iterator | begin () |
iterator | end () |
unsigned int | size () const |
Public Attributes | |
map_t & | x_ |
Generate a range to iterate over the keys of a map.
Mapclass | Specialized Map or OrderedMap |
Usage:
Definition at line 22 of file StdMapIterators.hpp.