HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
formatter< join_view< It, Sentinel, Char >, Char > Struct Template Reference

#include <format.h>

Public Member Functions

template<typename ParseContext >
FMT_CONSTEXPR auto parse (ParseContext &ctx) -> decltype(ctx.begin())
 
template<typename FormatContext >
auto format (const join_view< It, Sentinel, Char > &value, FormatContext &ctx) -> decltype(ctx.out())
 

Detailed Description

template<typename It, typename Sentinel, typename Char>
struct formatter< join_view< It, Sentinel, Char >, Char >

Definition at line 2507 of file format.h.

Member Function Documentation

template<typename It , typename Sentinel , typename Char >
template<typename FormatContext >
auto formatter< join_view< It, Sentinel, Char >, Char >::format ( const join_view< It, Sentinel, Char > &  value,
FormatContext &  ctx 
) -> decltype(ctx.out())
inline

Definition at line 2538 of file format.h.

template<typename It , typename Sentinel , typename Char >
template<typename ParseContext >
FMT_CONSTEXPR auto formatter< join_view< It, Sentinel, Char >, Char >::parse ( ParseContext &  ctx) -> decltype(ctx.begin())
inline

Definition at line 2533 of file format.h.


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