Crypto++  8.8
Free C++ class library of cryptographic schemes
Public Member Functions | Public Attributes | List of all members
BaseAndExponent< T, E > Struct Template Reference

Base and exponent. More...

Public Member Functions

 BaseAndExponent (const T &base, const E &exponent)
 
bool operator< (const BaseAndExponent< T, E > &rhs) const
 

Public Attributes

base
 
exponent
 

Detailed Description

template<class T, class E = Integer>
struct BaseAndExponent< T, E >

Base and exponent.

Template Parameters
Tbase class or type
Eexponent class or type

Definition at line 249 of file algebra.h.


The documentation for this struct was generated from the following file: