plll
1.0
|
Returns the power of the operand to a constant stored in the operator object. 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.
To obtain the operator template, instantiate this template with the desired exponent type, and use its member impl
.
Definition at line 951 of file arithmetic-expressions.hpp.