MayaFlux 0.4.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 253 of file Creator.hpp.

256{
257 if (ctx.domain)
258 register_container(obj, ctx.domain.value());
259 return obj;
260}
void register_container(const std::shared_ptr< Kakshya::SoundFileContainer > &container, const Domain &domain)
Definition Creator.cpp:97
std::optional< Domain > domain
Definition Creator.hpp:21

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

+ Here is the call graph for this function: