Main MRPT website > C++ reference
MRPT logo
Public Types

internal::cast_return_type< XprType, CastType > Struct Template Reference


Detailed Description

template<typename XprType, typename CastType>
struct internal::cast_return_type< XprType, CastType >

Definition at line 380 of file XprHelper.h.

#include <src/Core/util/XprHelper.h>

List of all members.

Public Types

typedef XprType::Scalar CurrentScalarType
typedef remove_all< CastType >
::type 
_CastType
typedef _CastType::Scalar NewScalarType
typedef conditional< is_same
< CurrentScalarType,
NewScalarType >::value, const
XprType &, CastType >::type 
type

Member Typedef Documentation

template<typename XprType, typename CastType>
typedef remove_all<CastType>::type internal::cast_return_type< XprType, CastType >::_CastType

Definition at line 383 of file XprHelper.h.

template<typename XprType, typename CastType>
typedef XprType::Scalar internal::cast_return_type< XprType, CastType >::CurrentScalarType

Definition at line 382 of file XprHelper.h.

template<typename XprType, typename CastType>
typedef _CastType::Scalar internal::cast_return_type< XprType, CastType >::NewScalarType

Definition at line 384 of file XprHelper.h.

template<typename XprType, typename CastType>
typedef conditional<is_same<CurrentScalarType,NewScalarType>::value, const XprType&,CastType>::type internal::cast_return_type< XprType, CastType >::type

Definition at line 386 of file XprHelper.h.




Page generated by Doxygen 1.7.3 for MRPT 0.9.4 SVN:exported at Tue Jan 25 21:56:31 UTC 2011