eosio::detail::largest_power
#include <powers.hpp>
Public Attributes
Name | |
---|---|
constexpr static T | value |
constexpr static uint8_t | exponent |
Detailed Description
template <typename T ,
T Base>
struct eosio::detail::largest_power;
Public Attributes Documentation
variable value
static constexpr static T value = helper::value;
variable exponent
static constexpr static uint8_t exponent = helper::exponent;
Updated on 2022-12-05 at 15:38:07 +0000