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

240{
241 register_network(std::static_pointer_cast<Nodes::Network::NodeNetwork>(obj), ctx);
242 return obj;
243}
void register_network(const std::shared_ptr< Nodes::Network::NodeNetwork > &network, const CreationContext &ctx)
Definition Creator.cpp:43

References register_network().

+ Here is the call graph for this function: