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

248{
249 register_buffer(std::static_pointer_cast<Buffers::Buffer>(obj), ctx);
250 return obj;
251}
void register_buffer(const std::shared_ptr< Buffers::Buffer > &buffer, const CreationContext &ctx)
Definition Creator.cpp:73

References register_buffer().

+ Here is the call graph for this function: