Main MRPT website > C++ reference
MRPT logo
Public Types
Eigen::internal::cast_return_type< XprType, CastType > Struct Template Reference

Detailed Description

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

Definition at line 387 of file Core.

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 Eigen::internal::cast_return_type< XprType, CastType >::_CastType

Definition at line 390 of file Core.

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

Definition at line 389 of file Core.

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

Definition at line 391 of file Core.

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

Definition at line 393 of file Core.




Page generated by Doxygen 1.7.4 for MRPT 0.9.5 SVN:2717 at Sun Oct 16 16:08:03 PDT 2011 Hosted on:
SourceForge.net Logo