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

◆ CreationHandle() [2/2]

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

Definition at line 52 of file Creator.hpp.

53 : std::shared_ptr<T>(std::move(ptr))
54 {
55 }