MT Core (C++)
Core library for replacing C++ standard in project usage
Loading...
Searching...
No Matches
mtcore::math::IntPowRatioImpl< T, Pow, Odd, Neg, Z > Struct Template Reference

Template to get the integer power (positive or negative) of a ratio. More...

Inheritance diagram for mtcore::math::IntPowRatioImpl< T, Pow, Odd, Neg, Z >:

Detailed Description

template<typename T, int Pow, bool Odd, bool Neg, bool Z>
struct mtcore::math::IntPowRatioImpl< T, Pow, Odd, Neg, Z >

Template to get the integer power (positive or negative) of a ratio.

Result in type T.

Definition at line 160 of file templates.hpp.


The documentation for this struct was generated from the following file: