Crossfire Server, Trunk
nlohmann::detail::dtoa_impl::cached_power Struct Reference

#include <json.hpp>

+ Collaboration diagram for nlohmann::detail::dtoa_impl::cached_power:

Data Fields

int e
 
std::uint64_t f
 
int k
 

Detailed Description

Definition at line 15509 of file json.hpp.

Field Documentation

◆ e

int nlohmann::detail::dtoa_impl::cached_power::e

◆ f

std::uint64_t nlohmann::detail::dtoa_impl::cached_power::f

Definition at line 15511 of file json.hpp.

Referenced by nlohmann::detail::dtoa_impl::grisu2().

◆ k

int nlohmann::detail::dtoa_impl::cached_power::k

Definition at line 15513 of file json.hpp.

Referenced by nlohmann::detail::dtoa_impl::grisu2().


The documentation for this struct was generated from the following file: