Mantid
|
#include <RemoveConst.h>
Public Types | |
using | type = typename boost::mpl::if_c< IsConstSharedPtr< T >::value, RemoveConstSharedPtrImpl< T >, RemoveConstSharedPtr_Requires_SharedPtr_Const_T_Pointer_Return_Value< T > >::type |
Definition at line 120 of file RemoveConst.h.
using Mantid::PythonInterface::Policies::RemoveConstSharedPtr::apply< T >::type = typename boost::mpl::if_c<IsConstSharedPtr<T>::value, RemoveConstSharedPtrImpl<T>, RemoveConstSharedPtr_Requires_SharedPtr_Const_T_Pointer_Return_Value<T> >::type |
Definition at line 123 of file RemoveConst.h.