Template Class Map
- Defined in File map.hpp 
Base Type
- public std::unordered_map< std::string, std::shared_ptr< T > >
- 
template<typename T>
 class Map : public std::unordered_map<std::string, std::shared_ptr<T>>
Defined in File map.hpp
public std::unordered_map< std::string, std::shared_ptr< T > >