Module gluon_base::scoped_map
source · Expand description
A map data type which allows the same key to exist at multiple scope levels
Structs
- A map struct which allows for the introduction of different scopes Introducing a new scope will make it possible to introduce additional variables with names already defined, shadowing the old name After exiting a scope the shadowed variable will again be re introduced