Public Types

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

#include <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

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


Member Typedef Documentation

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

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