HikoGUI
A low latency retained GUI
|
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) |
using au::detail::PrimeFactorization< N >::type |