eosio::detail::largest_power_helper
#include <powers.hpp>
Public Attributes
Name | |
---|---|
constexpr static T | value |
constexpr static uint8_t | exponent |
Detailed Description
template <typename T ,
T Base,
uint8_t Exponent,
uint64_t Value,
bool Overflow =(Value * Base < Value)>
struct eosio::detail::largest_power_helper;
Public Attributes Documentation
variable value
static constexpr static T value = next::value;
variable exponent
static constexpr static uint8_t exponent = next::exponent;
Updated on 2022-12-05 at 15:38:07 +0000