#include <DecomposePower.h>
Public Types | |
typedef PowerStruct< A, B > | type |
Static Public Member Functions | |
static const A & | getBase (const type &_) |
static const B & | getExp (const type &_) |
Definition at line 8 of file DecomposePower.h.
typedef PowerStruct<A, B> funct::DecomposePower< A, B >::type |
Definition at line 9 of file DecomposePower.h.
static const A& funct::DecomposePower< A, B >::getBase | ( | const type & | _ | ) | [inline, static] |
Definition at line 10 of file DecomposePower.h.
References funct::PowerStruct< A, B >::_1.
{ return _._1; }
static const B& funct::DecomposePower< A, B >::getExp | ( | const type & | _ | ) | [inline, static] |
Definition at line 11 of file DecomposePower.h.
References funct::PowerStruct< A, B >::_2.
{ return _._2; }