|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
|
inline |
Apply a side-effect function without changing data or type.
func receives a mutable reference to the raw DataType. Useful for logging, validation, or in-place mutation that does not change type. Does not affect the Datum wrapper or container.
| Func | Callable type: (DataType&) -> void |
| func | Function to apply for side effects |
Definition at line 265 of file OperationChain.hpp.