|
Crypto++
8.9
Free C++ class library of cryptographic schemes
|
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.
| T | base class or type |
| E | exponent class or type |