Livox SDK API  V2.2.0
fmt::v5::formatting_tuple< Char, Enable > Struct Template Reference

#include <ranges.h>

Inheritance diagram for fmt::v5::formatting_tuple< Char, Enable >:
fmt::v5::formatting_base< Char >

Public Member Functions

 formatting_tuple ()
 
- Public Member Functions inherited from fmt::v5::formatting_base< Char >
template<typename ParseContext >
auto parse (ParseContext &ctx) -> decltype(ctx.begin())
 

Public Attributes

Char prefix
 
Char delimiter
 
Char postfix
 

Static Public Attributes

static const bool add_delimiter_spaces = true
 
static const bool add_prepostfix_space = false
 

Detailed Description

template<typename Char, typename Enable = void>
struct fmt::v5::formatting_tuple< Char, Enable >

Definition at line 46 of file ranges.h.

Constructor & Destructor Documentation

template<typename Char, typename Enable = void>
fmt::v5::formatting_tuple< Char, Enable >::formatting_tuple ( )
inline

Definition at line 50 of file ranges.h.

Member Data Documentation

template<typename Char, typename Enable = void>
const bool fmt::v5::formatting_tuple< Char, Enable >::add_delimiter_spaces = true
static

Definition at line 51 of file ranges.h.

template<typename Char, typename Enable = void>
const bool fmt::v5::formatting_tuple< Char, Enable >::add_prepostfix_space = false
static

Definition at line 52 of file ranges.h.

template<typename Char, typename Enable = void>
Char fmt::v5::formatting_tuple< Char, Enable >::delimiter

Definition at line 48 of file ranges.h.

template<typename Char, typename Enable = void>
Char fmt::v5::formatting_tuple< Char, Enable >::postfix

Definition at line 49 of file ranges.h.

template<typename Char, typename Enable = void>
Char fmt::v5::formatting_tuple< Char, Enable >::prefix

Definition at line 47 of file ranges.h.


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