Public Member Functions | Private Attributes | List of all members
formatter< bytes > Struct Template Reference

#include <format.h>

Public Member Functions

template<typename FormatContext >
auto format (bytes b, FormatContext &ctx) -> decltype(ctx.out())
 
template<typename ParseContext >
FMT_CONSTEXPR auto parse (ParseContext &ctx) -> decltype(ctx.begin())
 

Private Attributes

detail::dynamic_format_specs< char > specs_
 

Detailed Description

template<>
struct formatter< bytes >

Definition at line 3627 of file format.h.

Member Function Documentation

template<typename FormatContext >
auto formatter< bytes >::format ( bytes  b,
FormatContext &  ctx 
) -> decltype(ctx.out())
inline

Definition at line 3643 of file format.h.

template<typename ParseContext >
FMT_CONSTEXPR auto formatter< bytes >::parse ( ParseContext &  ctx) -> decltype(ctx.begin())
inline

Definition at line 3633 of file format.h.

Member Data Documentation

detail::dynamic_format_specs<char> formatter< bytes >::specs_
private

Definition at line 3629 of file format.h.


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


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Dec 6 2020 04:02:49