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::DecomposePower< A, Numerical< 1 > > Struct Template Reference

#include <DecomposePower.h>

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 _)
inlinestatic

Definition at line 17 of file DecomposePower.h.

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

Definition at line 18 of file DecomposePower.h.

18 { return num<1>(); }