Map
Map() [Map template]
Allocates an empty Map object. As it is a template you will also need to include template parameters or use a predefined class like VariantMap.
// PROTOTYPE
Map();
Allocates an empty Map object. As it is a template you will also need to include template parameters or use a predefined class like VariantMap.
// PROTOTYPE
Map();