Radium Engine
1.5.20
|
#include <map>
#include <type_traits>
#include <unordered_map>
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 | |
namespace | Ra |
hepler function to manage enum as underlying types in VariableSet | |
namespace | Ra::Core |
This namespace contains everything "low level", related to data, datastuctures, and computation. | |
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.