spdlog
Loading...
Searching...
No Matches
Public Member Functions | List of all members
formatter< Char[N], Char > Struct Template Reference

Detailed Description

template<typename Char, size_t N>
struct formatter< Char[N], Char >

Definition at line 2382 of file format.h.

#include <format.h>

Inheritance diagram for formatter< Char[N], Char >:
[legend]

Public Member Functions

template<typename FormatContext >
FMT_CONSTEXPR auto format (const Char *val, FormatContext &ctx) const -> decltype(ctx.out())
 

Member Function Documentation

◆ format()

template<typename Char , size_t N>
template<typename FormatContext >
FMT_CONSTEXPR auto formatter< Char[N], Char >::format ( const Char *  val,
FormatContext &  ctx 
) const -> decltype(ctx.out())
inline

Definition at line 2384 of file format.h.


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