Livox SDK API  V2.2.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

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

Definition at line 1105 of file format.h.

Member Function Documentation

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

Definition at line 1106 of file format.h.

Member Data Documentation

uint_least8_t fmt::v5::core_format_specs::flags

Definition at line 1102 of file format.h.

int fmt::v5::core_format_specs::precision

Definition at line 1101 of file format.h.

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: