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

◆ CreationHandle() [1/2]

template<typename T >
MayaFlux::CreationHandle< T >::CreationHandle ( const std::shared_ptr< T > &  ptr)
inline

Definition at line 47 of file Creator.hpp.

48 : std::shared_ptr<T>(ptr)
49 {
50 }