MayaFlux 0.5.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 277 of file Creator.hpp.

278{
279 register_network(std::static_pointer_cast<Nodes::Network::NodeNetwork>(obj), ctx);
280 return obj;
281}
void register_network(const std::shared_ptr< Nodes::Network::NodeNetwork > &network, const CreationContext &ctx)
Definition Creator.cpp:46

References register_network().

+ Here is the call graph for this function: