![]() |
![]() |
#include <DecomposePower.h>
Public Types | |
typedef A | type |
Static Public Member Functions | |
static const A & | getBase (const type &_) |
static Numerical< 1 > | getExp (const type &_) |
Definition at line 15 of file DecomposePower.h.
typedef A funct::DecomposePower< A, Numerical< 1 > >::type |
Definition at line 16 of file DecomposePower.h.
static const A& funct::DecomposePower< A, Numerical< 1 > >::getBase | ( | const type & | _ | ) | [inline, static] |
Definition at line 17 of file DecomposePower.h.
{ return _; }
static Numerical<1> funct::DecomposePower< A, Numerical< 1 > >::getExp | ( | const type & | _ | ) | [inline, static] |
Definition at line 18 of file DecomposePower.h.
{ return num<1>(); }