Nektar++
Functions
boost::python::converter::detail Namespace Reference

Functions

template<class T >
void register_shared_ptr0 (std::shared_ptr< T > *)
 

Function Documentation

◆ register_shared_ptr0()

template<class T >
void boost::python::converter::detail::register_shared_ptr0 ( std::shared_ptr< T > *  )
inline

Definition at line 86 of file ShPtrFixes.hpp.

87 {
88  registry::lookup_shared_ptr(type_id<std::shared_ptr<T> >());
89 }