Livox SDK API  V2.0.0
fmt::v5::core_format_specs Struct Reference

#include <format.h>

Inheritance diagram for fmt::v5::core_format_specs:
fmt::v5::basic_format_specs< char_type > fmt::v5::basic_format_specs< Context::char_type > fmt::v5::basic_format_specs< ParseContext::char_type > fmt::v5::basic_format_specs< Char > fmt::v5::internal::dynamic_format_specs< char_type > fmt::v5::internal::dynamic_format_specs< Char >

Public Member Functions

 core_format_specs ()
 
bool has (unsigned f) const
 

Public Attributes

int precision
 
uint_least8_t flags
 
char type
 

Detailed Description

Definition at line 1100 of file format.h.

Constructor & Destructor Documentation

◆ core_format_specs()

fmt::v5::core_format_specs::core_format_specs ( )
inline

Definition at line 1105 of file format.h.

Member Function Documentation

◆ has()

bool fmt::v5::core_format_specs::has ( unsigned  f) const
inline

Definition at line 1106 of file format.h.

Member Data Documentation

◆ flags

uint_least8_t fmt::v5::core_format_specs::flags

Definition at line 1102 of file format.h.

◆ precision

int fmt::v5::core_format_specs::precision

Definition at line 1101 of file format.h.

◆ type

char fmt::v5::core_format_specs::type

Definition at line 1103 of file format.h.


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