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