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

#include <templates.hpp>

Public Types

using T = typename IntPowRatioImpl < R, Pow, Pow % 2 == 1, Pow<0, Pow == 0>::T
 

Detailed Description

template<typename R, int Pow>
struct mtcore::math::IntPowRatio< R, Pow >

Definition at line 187 of file templates.hpp.

Member Typedef Documentation

◆ T

template<typename R, int Pow>
using mtcore::math::IntPowRatio< R, Pow >::T = typename IntPowRatioImpl < R, Pow, Pow % 2 == 1, Pow<0, Pow == 0>::T

Definition at line 188 of file templates.hpp.


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