Nektar++
Static Public Member Functions | List of all members
boost::python::detail::object_manager_get_pytype< true > Struct Reference

#include <ShPtrFixes.hpp>

Static Public Member Functions

template<class U >
static PyTypeObject const * get (U const &(*)()=0)
 

Detailed Description

Definition at line 305 of file ShPtrFixes.hpp.

Member Function Documentation

◆ get()

template<class U >
static PyTypeObject const * boost::python::detail::object_manager_get_pytype< true >::get ( U const &  *)( = 0)
inlinestatic

Definition at line 307 of file ShPtrFixes.hpp.

308 {
309 return converter::object_manager_traits<U>::get_pytype();
310 }