CMS 3D CMS Logo

Public Types | Static Public Member Functions

funct::NumPower< 1, m, posM > Struct Template Reference

#include <SimplifyNumerical.h>

List of all members.

Public Types

typedef Numerical< 1 > type

Static Public Member Functions

static type combine (const Numerical< 1 > &, const Numerical< m > &)

Detailed Description

template<int m, bool posM>
struct funct::NumPower< 1, m, posM >

Definition at line 53 of file SimplifyNumerical.h.


Member Typedef Documentation

template<int m, bool posM>
typedef Numerical<1> funct::NumPower< 1, m, posM >::type

Definition at line 54 of file SimplifyNumerical.h.


Member Function Documentation

template<int m, bool posM>
static type funct::NumPower< 1, m, posM >::combine ( const Numerical< 1 > &  ,
const Numerical< m > &   
) [inline, static]

Definition at line 55 of file SimplifyNumerical.h.

   { return type(); }