Boost.Hana  1.2.0
Your standard library for metaprogramming
power.hpp File Reference

Forward declares boost::hana::power. More...

Namespaces

 boost::hana
 Namespace containing everything in the library.
 

Variables

constexpr auto boost::hana::power
 Elevate a ring element to its nth power.Specifically, power(x, n), is equivalent to multiplying x with itself n times using the Ring's multiplication. If the power is equal to zero, the Ring's identity (one) is returned. More...
 

Detailed Description

Forward declares boost::hana::power.