Livox SDK API  V2.2.0
fmt::v5::basic_format_specs< Char > Struct Template Reference

#include <format.h>

Inheritance diagram for fmt::v5::basic_format_specs< Char >:
fmt::v5::align_spec fmt::v5::core_format_specs fmt::v5::internal::dynamic_format_specs< Char >

Public Member Functions

 basic_format_specs ()
 
- Public Member Functions inherited from fmt::v5::align_spec
 align_spec ()
 
unsigned width () const
 
wchar_t fill () const
 
alignment align () const
 
- Public Member Functions inherited from fmt::v5::core_format_specs
 core_format_specs ()
 
bool has (unsigned f) const
 

Additional Inherited Members

- Public Attributes inherited from fmt::v5::align_spec
unsigned width_
 
wchar_t fill_
 
alignment align_
 
- Public Attributes inherited from fmt::v5::core_format_specs
int precision
 
uint_least8_t flags
 
char type
 

Detailed Description

template<typename Char>
struct fmt::v5::basic_format_specs< Char >

Definition at line 1111 of file format.h.

Constructor & Destructor Documentation

template<typename Char>
fmt::v5::basic_format_specs< Char >::basic_format_specs ( )
inline

Definition at line 1112 of file format.h.


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