CMS 3D CMS Logo

Public Types | Static Public Member Functions

funct::DecomposePower< A, Numerical< 1 > > Struct Template Reference

#include <DecomposePower.h>

List of all members.

Public Types

typedef A type

Static Public Member Functions

static const AgetBase (const type &_)
static Numerical< 1 > getExp (const type &_)

Detailed Description

template<typename A>
struct funct::DecomposePower< A, Numerical< 1 > >

Definition at line 15 of file DecomposePower.h.


Member Typedef Documentation

template<typename A >
typedef A funct::DecomposePower< A, Numerical< 1 > >::type

Definition at line 16 of file DecomposePower.h.


Member Function Documentation

template<typename A >
static const A& funct::DecomposePower< A, Numerical< 1 > >::getBase ( const type _) [inline, static]

Definition at line 17 of file DecomposePower.h.

{ return _; }
template<typename A >
static Numerical<1> funct::DecomposePower< A, Numerical< 1 > >::getExp ( const type _) [inline, static]

Definition at line 18 of file DecomposePower.h.

{ return num<1>(); }