A Discrete-Event Network Simulator
API
nlohmann::detail::dtoa_impl::cached_power Struct Reference

#include "json.h"

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

Public Attributes

int e
 
std::uint64_t f
 
int k
 

Detailed Description

Definition at line 14720 of file json.h.

Member Data Documentation

◆ e

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

◆ f

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

Definition at line 14722 of file json.h.

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

◆ k

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

Definition at line 14724 of file json.h.

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


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