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 281 of file Creator.hpp.

284{
285 if (ctx.domain)
286 register_container(obj, ctx.domain.value());
287 return obj;
288}
void register_container(const std::shared_ptr< Kakshya::SoundFileContainer > &container, const Domain &domain)
Definition Creator.cpp:99
std::optional< Domain > domain
Definition Creator.hpp:20

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

+ Here is the call graph for this function: