Mantid
|
#include <RemoveConst.h>
Public Types | |
using | type = typename boost::mpl::if_c< std::is_pointer< T >::value, RemoveConstImpl< T >, RemoveConst_Requires_Pointer_Return_Value< T > >::type |
Definition at line 109 of file RemoveConst.h.
using Mantid::PythonInterface::Policies::RemoveConst::apply< T >::type = typename boost::mpl::if_c<std::is_pointer<T>::value, RemoveConstImpl<T>, RemoveConst_Requires_Pointer_Return_Value<T> >::type |
Definition at line 111 of file RemoveConst.h.