BaseAndExponent< T, E > Struct Template Reference
#include <algebra.h>
List of all members.
Detailed Description
template<class T, class E = Integer>
struct BaseAndExponent< T, E >
Base and Exponent.
Definition at line 119 of file 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 |
The documentation for this struct was generated from the following file: