MT Core (C++)
Core library for replacing C++ standard in project usage
Loading...
Searching...
No Matches
mtcore::io::floats::dragonbox::DragonboxFormatOptions Struct Reference

#include <floats.hpp>

Public Types

enum  { NEG_ONLY , PLUS , NEG_PAREN }
 

Public Attributes

size_t precision = 0
 
bool capitalE = false
 
bool forceScientific = false
 
bool plusE = false
 
enum mtcore::io::floats::dragonbox::DragonboxFormatOptions:: { ... }  signIndicator = NEG_ONLY
 
i32 minDecPlaces = 0
 
i32 maxDecPlaces = std::numeric_limits<i32>::max()
 

Detailed Description

Definition at line 144 of file floats.hpp.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
NEG_ONLY 
PLUS 
NEG_PAREN 

Definition at line 149 of file floats.hpp.

Member Data Documentation

◆ capitalE

bool mtcore::io::floats::dragonbox::DragonboxFormatOptions::capitalE = false

Definition at line 146 of file floats.hpp.

◆ forceScientific

bool mtcore::io::floats::dragonbox::DragonboxFormatOptions::forceScientific = false

Definition at line 147 of file floats.hpp.

◆ maxDecPlaces

i32 mtcore::io::floats::dragonbox::DragonboxFormatOptions::maxDecPlaces = std::numeric_limits<i32>::max()

Definition at line 151 of file floats.hpp.

◆ minDecPlaces

i32 mtcore::io::floats::dragonbox::DragonboxFormatOptions::minDecPlaces = 0

Definition at line 150 of file floats.hpp.

◆ plusE

bool mtcore::io::floats::dragonbox::DragonboxFormatOptions::plusE = false

Definition at line 148 of file floats.hpp.

◆ precision

size_t mtcore::io::floats::dragonbox::DragonboxFormatOptions::precision = 0

Definition at line 145 of file floats.hpp.

◆ []

enum { ... } mtcore::io::floats::dragonbox::DragonboxFormatOptions::signIndicator

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