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

◆ operator|() [6/7]

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

Definition at line 267 of file Creator.hpp.

268{
269 register_network(std::static_pointer_cast<Nodes::Network::NodeNetwork>(obj), ctx);
270 return obj;
271}
void register_network(const std::shared_ptr< Nodes::Network::NodeNetwork > &network, const CreationContext &ctx)
Definition Creator.cpp:45

References register_network().

+ Here is the call graph for this function: