spdlog
Loading...
Searching...
No Matches
Public Attributes | List of all members
float_specs Struct Reference

Detailed Description

Definition at line 2517 of file core.h.

#include <core.h>

Public Attributes

int precision
 
float_format format: 8
 
sign_t sign: 8
 
bool upper: 1
 
bool locale: 1
 
bool binary32: 1
 
bool use_grisu: 1
 
bool showpoint: 1
 

Member Data Documentation

◆ binary32

bool float_specs::binary32

Definition at line 2523 of file core.h.

◆ format

float_format float_specs::format

Definition at line 2519 of file core.h.

◆ locale

bool float_specs::locale

Definition at line 2522 of file core.h.

◆ precision

int float_specs::precision

Definition at line 2518 of file core.h.

◆ showpoint

bool float_specs::showpoint

Definition at line 2525 of file core.h.

◆ sign

sign_t float_specs::sign

Definition at line 2520 of file core.h.

◆ upper

bool float_specs::upper

Definition at line 2521 of file core.h.

◆ use_grisu

bool float_specs::use_grisu

Definition at line 2524 of file core.h.


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