CMS 3D CMS Logo

List of all members | Public Types | Static Public Member Functions
funct::SimplifyNegativeRatio< n, A, positive > Struct Template Reference

#include <SimplifyRatio.h>

Public Types

typedef RatioStruct< A, Numerical< n > > type
 

Static Public Member Functions

static type combine (const A &_1, const Numerical< n > &_2)
 

Detailed Description

template<int n, typename A, bool positive = (n >= 0)>
struct funct::SimplifyNegativeRatio< n, A, positive >

Definition at line 29 of file SimplifyRatio.h.

Member Typedef Documentation

◆ type

template<int n, typename A, bool positive = (n >= 0)>
typedef RatioStruct< A , Numerical< n > > funct::SimplifyNegativeRatio< n, A, positive >::type

Definition at line 30 of file SimplifyRatio.h.

Member Function Documentation

◆ combine()

template<int n, typename A, bool positive = (n >= 0)>
static type funct::SimplifyNegativeRatio< n, A, positive >::combine ( const A _1,
const Numerical< n > &  _2 
)
inlinestatic

Definition at line 31 of file SimplifyRatio.h.

35 {