Typedef flamegpu::detail::StateMemoryMapPair
Defined in File GenericMemoryVector.h
Typedef Documentation
-
typedef std::pair<const std::string, std::unique_ptr<GenericMemoryVector>> flamegpu::detail::StateMemoryMapPair
Create a pair with std::strings for keys (indexes) and GenericAgentMemoryVector object. A smart pointer has been used to automatically manage the object