CMS 3D CMS Logo

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

#include <SimplifySum.h>

Public Types

typedef Sum< SumStruct< A, B >
, Numerical< n > >::type 
type
 

Static Public Member Functions

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

Detailed Description

template<int n, typename A, typename B>
struct funct::Sum< Numerical< n >, SumStruct< A, B > >

Definition at line 29 of file SimplifySum.h.

Member Typedef Documentation

template<int n, typename A , typename B >
typedef Sum< SumStruct< A , B > , Numerical< n > >::type funct::Sum< Numerical< n >, SumStruct< A, B > >::type

Definition at line 29 of file SimplifySum.h.

Member Function Documentation

template<int n, typename A , typename B >
static type funct::Sum< Numerical< n >, SumStruct< A, B > >::combine ( const Numerical< n > &  _1,
const SumStruct< A, B > &  _2 
)
inlinestatic

Definition at line 29 of file SimplifySum.h.