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

#include <json.hpp>

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

Data Fields

diyfp minus
 
diyfp plus
 
diyfp w
 

Detailed Description

Definition at line 15370 of file json.hpp.

Field Documentation

◆ minus

diyfp nlohmann::detail::dtoa_impl::boundaries::minus

Definition at line 15373 of file json.hpp.

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

◆ plus

diyfp nlohmann::detail::dtoa_impl::boundaries::plus

Definition at line 15374 of file json.hpp.

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

◆ w

diyfp nlohmann::detail::dtoa_impl::boundaries::w

Definition at line 15372 of file json.hpp.

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


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