Typedef flamegpu::detail::StateMemoryMap

Typedef Documentation

typedef std::map<const std::string, std::unique_ptr<GenericMemoryVector>> flamegpu::detail::StateMemoryMap

Create a map with std::strings for keys (indexes) and GenericAgentMemoryVector object. A smart pointer has been used to automatically manage the object