Skip to main content

eosio::detail::largest_power_helper< T, Base, Exponent, Value, true >

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>
struct eosio::detail::largest_power_helper< T, Base, Exponent, Value, true >;

Public Attributes Documentation

variable value

static constexpr static T value = Value;

variable exponent

static constexpr static uint8_t exponent = Exponent;

Updated on 2022-12-05 at 15:38:07 +0000