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, B > Struct Template Reference

#include <DecomposePower.h>

Public Types

typedef PowerStruct< A, Btype
 

Static Public Member Functions

static const AgetBase (const type &_)
 
static const BgetExp (const type &_)
 

Detailed Description

template<typename A, typename B>
struct funct::DecomposePower< A, B >

Definition at line 8 of file DecomposePower.h.

Member Typedef Documentation

template<typename A , typename B >
typedef PowerStruct<A, B> funct::DecomposePower< A, B >::type

Definition at line 9 of file DecomposePower.h.

Member Function Documentation

template<typename A , typename B >
static const A& funct::DecomposePower< A, B >::getBase ( const type _)
inlinestatic

Definition at line 10 of file DecomposePower.h.

References funct::PowerStruct< A, B >::_1.

10 { return _._1; }
template<typename A , typename B >
static const B& funct::DecomposePower< A, B >::getExp ( const type _)
inlinestatic

Definition at line 11 of file DecomposePower.h.

References funct::PowerStruct< A, B >::_2.

11 { return _._2; }