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 104 of file ShPtrFixes.hpp.

105{
106 registry::lookup_shared_ptr(type_id<std::shared_ptr<T>>());
107}