Template Class Map

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>>

© Copyright 2022-2023, NVIDIA. Last updated on Sep 13, 2023.