tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
ipow.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

template<auto Base>
constexpr auto ipow (decltype(Base) exponent) noexcept -> decltype(Base)
 
template<integral Int>
constexpr auto ipow (Int base, Int exponent) noexcept -> Int