plll
1.0
|
Returns the power of the operand to a constant stored in the operator object. Uses the context stored in the operator. More...
#include <arithmetic-expressions.hpp>
Classes | |
class | impl |
Implementation of raising to a power by a constant exponent. More... | |
Returns the power of the operand to a constant stored in the operator object. Uses the context stored in the operator.
To obtain the operator template, instantiate this template with the desired exponent type, and use its member impl
.
Definition at line 1506 of file arithmetic-expressions.hpp.