Radium Engine  1.5.0
StdMapIterators.hpp File Reference
#include <map>
#include <type_traits>
#include <unordered_map>
+ Include dependency graph for StdMapIterators.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Ra::Core::Utils::map_keys< Mapclass >
 Generate a range to iterate over the keys of a map. More...
 
struct  Ra::Core::Utils::map_values< Mapclass >
 Generate a range to iterate over the values of a map. More...
 

Namespaces

 Ra
 

Detailed Description

This file contains utilities and wrapper to iterate over Map and OrderedMap values/keys Source: https://gist.github.com/eruffaldi/93d09ed6644ae3fa279f

Definition in file StdMapIterators.hpp.