MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ get_history()

std::span< bool > MayaFlux::Nodes::Generator::LogicContext::get_history ( ) const
inline

Definition at line 96 of file Logic.hpp.

96{ return m_history; }
std::span< bool > m_history
History of boolean states.
Definition Logic.hpp:109