![]() |
Livox SDK API
V1.1.0
|
#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 |
|
inline |
|
inline |
| formatting_range<Char> fmt::v5::formatter< RangeT, Char, typename std::enable_if< fmt::is_range< RangeT >::value >::type >::formatting |