#include <algebra.h>
Definition at line 119 of file algebra.h.
Public Member Functions | |
| BaseAndExponent () | |
| BaseAndExponent (const T &base, const E &exponent) | |
| bool | operator< (const BaseAndExponent< T, E > &rhs) const |
Public Attributes | |
| T | base |
| E | exponent |
1.5.1-p1