Livox SDK API  V2.1.0
fmt::v5::formatter< RangeT, Char, typename std::enable_if< fmt::is_range< RangeT >::value >::type > Struct Template Reference

#include <ranges.h>

Public Member Functions

template<typename ParseContext >
auto parse (ParseContext &ctx) -> decltype(ctx.begin())
 
template<typename FormatContext >
FormatContext::iterator format (const RangeT &values, FormatContext &ctx)
 

Public Attributes

formatting_range< Char > formatting
 

Detailed Description

template<typename RangeT, typename Char>
struct fmt::v5::formatter< RangeT, Char, typename std::enable_if< fmt::is_range< RangeT >::value >::type >

Definition at line 265 of file ranges.h.

Member Function Documentation

template<typename RangeT , typename Char >
template<typename FormatContext >
FormatContext::iterator fmt::v5::formatter< RangeT, Char, typename std::enable_if< fmt::is_range< RangeT >::value >::type >::format ( const RangeT &  values,
FormatContext &  ctx 
)
inline

Definition at line 276 of file ranges.h.

template<typename RangeT , typename Char >
template<typename ParseContext >
auto fmt::v5::formatter< RangeT, Char, typename std::enable_if< fmt::is_range< RangeT >::value >::type >::parse ( ParseContext &  ctx) -> decltype(ctx.begin())
inline

Definition at line 271 of file ranges.h.

Member Data Documentation

template<typename RangeT , typename Char >
formatting_range<Char> fmt::v5::formatter< RangeT, Char, typename std::enable_if< fmt::is_range< RangeT >::value >::type >::formatting

Definition at line 268 of file ranges.h.


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