Crypto++
|
Base and Exponent. More...
#include <algebra.h>
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.