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

◆ operator|() [4/7]

std::shared_ptr< Kakshya::SoundFileContainer > MayaFlux::operator| ( std::shared_ptr< Kakshya::SoundFileContainer obj,
const CreationContext ctx 
)
inline

Definition at line 291 of file Creator.hpp.

294{
295 if (ctx.domain)
296 register_container(obj, ctx.domain.value());
297 return obj;
298}
void register_container(const std::shared_ptr< Kakshya::SoundFileContainer > &container, const Domain &domain)
Definition Creator.cpp:100
std::optional< Domain > domain
Definition Creator.hpp:20

References MayaFlux::CreationContext::domain, and register_container().

+ Here is the call graph for this function: