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

276{
277 register_buffer(std::static_pointer_cast<Buffers::Buffer>(obj), ctx);
278 return obj;
279}
void register_buffer(const std::shared_ptr< Buffers::Buffer > &buffer, const CreationContext &ctx)
Definition Creator.cpp:75

References register_buffer().

+ Here is the call graph for this function: