Mantid
|
#include <MatrixToNumpy.h>
Public Types | |
using | non_const_type = typename std::remove_const< typename std::remove_reference< T >::type >::type |
using | type = typename boost::mpl::if_c< boost::mpl::and_< std::is_reference< T >, is_matrix< non_const_type > >::value, MatrixRefToNumpyImpl< non_const_type, ConversionPolicy >, MatrixRefToNumpy_Requires_Reference_To_Matrix_Return_Type< T > >::type |
Definition at line 67 of file MatrixToNumpy.h.
using Mantid::PythonInterface::Policies::MatrixRefToNumpy< ConversionPolicy >::apply< T >::non_const_type = typename std::remove_const<typename std::remove_reference<T>::type>::type |
Definition at line 70 of file MatrixToNumpy.h.
using Mantid::PythonInterface::Policies::MatrixRefToNumpy< ConversionPolicy >::apply< T >::type = typename boost::mpl::if_c<boost::mpl::and_<std::is_reference<T>, is_matrix<non_const_type> >::value, MatrixRefToNumpyImpl<non_const_type, ConversionPolicy>, MatrixRefToNumpy_Requires_Reference_To_Matrix_Return_Type<T> >::type |
Definition at line 72 of file MatrixToNumpy.h.