Fabcoin Core
0.16.2
P2P Digital Currency
|
Base and exponent. More...
#include <algebra.h>
Public Member Functions | |
BaseAndExponent () | |
BaseAndExponent (const T &base, const E &exponent) | |
bool | operator< (const BaseAndExponent< T, E > &rhs) const |
Public Attributes | |
T | base |
E | exponent |
Base and exponent.
T | base class or type |
T | exponent class or type |
|
inline |
|
inline |
|
inline |
T BaseAndExponent< T, E >::base |
E BaseAndExponent< T, E >::exponent |