HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
Public Types | Static Public Attributes
au::detail::PrimeFactorization< N > Struct Template Reference

Public Types

using type
 

Static Public Attributes

static constexpr std::uintmax_t first_base = find_first_factor(N)
 
static constexpr std::uintmax_t first_power = multiplicity(first_base, N)
 
static constexpr std::uintmax_t remainder = N / int_pow(first_base, first_power)
 

Member Typedef Documentation

◆ type

template<std::uintmax_t N>
using au::detail::PrimeFactorization< N >::type
Initial value:
MagProductT<Magnitude<Pow<Prime<first_base>, first_power>>, PrimeFactorizationT<remainder>>

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