|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
|
inline |
Stores a value in the state dictionary.
| key | Name of the state value |
| value | Value to store |
This method provides a type-safe way to store values of any type in the state dictionary. The value is wrapped in std::any for type erasure.
Definition at line 139 of file Promise.hpp.