Mantid
Loading...
Searching...
No Matches
Public Types | List of all members
Mantid::PythonInterface::Policies::RemoveConst::apply< T > Struct Template Reference

#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
 

Detailed Description

template<class T>
struct Mantid::PythonInterface::Policies::RemoveConst::apply< T >

Definition at line 109 of file RemoveConst.h.

Member Typedef Documentation

◆ type

template<class T >
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.


The documentation for this struct was generated from the following file: