Typedef flamegpu::detail::StateMemoryMapPair

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