CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Classes | Public Types | Static Public Member Functions
funct::RatioSimpl< A, B, C > Struct Template Reference

#include <SimplifyRatio.h>

Inheritance diagram for funct::RatioSimpl< A, B, C >:
funct::Ratio< SumStruct< A, B >, C >

Classes

struct  ratio1
 
struct  ratio2
 

Public Types

typedef AuxSumRatio< A, B, C,::boost::type_traits::ice_or
< ratio1::value, ratio2::value >
::value
aux
 
typedef aux::type type
 

Static Public Member Functions

static type combine (const SumStruct< A, B > &_1, const C &_2)
 

Detailed Description

template<typename A, typename B, typename C>
struct funct::RatioSimpl< A, B, C >

Definition at line 313 of file SimplifyRatio.h.

Member Typedef Documentation

template<typename A, typename B, typename C>
typedef AuxSumRatio<A, B, C, ::boost::type_traits::ice_or<ratio1::value, ratio2::value>::value> funct::RatioSimpl< A, B, C >::aux

Definition at line 327 of file SimplifyRatio.h.

template<typename A, typename B, typename C>
typedef aux::type funct::RatioSimpl< A, B, C >::type

Definition at line 328 of file SimplifyRatio.h.

Member Function Documentation

template<typename A, typename B, typename C>
static type funct::RatioSimpl< A, B, C >::combine ( const SumStruct< A, B > &  _1,
const C _2 
)
inlinestatic

Definition at line 329 of file SimplifyRatio.h.

332 :