Skip to main content

eosio::detail::largest_power_helper

More...

#include <powers.hpp>

Public Attributes

Name
constexpr static Tvalue
constexpr static uint8_texponent

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