Base and Exponent. More...
Public Member Functions | |
BaseAndExponent (const T &base, const E &exponent) | |
bool | operator< (const BaseAndExponent< T, E > &rhs) const |
Public Attributes | |
T | base |
E | exponent |
Base and Exponent.
Definition at line 129 of file algebra.h.