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

#include "json.h"

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

Public Attributes

diyfp minus
 
diyfp plus
 
diyfp w
 

Detailed Description

Definition at line 14581 of file json.h.

Member Data Documentation

◆ minus

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

Definition at line 14584 of file json.h.

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

◆ plus

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

Definition at line 14585 of file json.h.

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

◆ w

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

Definition at line 14583 of file json.h.

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


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