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

◆ operator|() [7/7]

template<typename T >
requires std::is_base_of_v<Buffers::Buffer, T>
std::shared_ptr< T > MayaFlux::operator| ( std::shared_ptr< T >  obj,
const CreationContext ctx 
)

Definition at line 285 of file Creator.hpp.

286{
287 register_buffer(std::static_pointer_cast<Buffers::Buffer>(obj), ctx);
288 return obj;
289}
void register_buffer(const std::shared_ptr< Buffers::Buffer > &buffer, const CreationContext &ctx)
Definition Creator.cpp:76

References register_buffer().

+ Here is the call graph for this function: