spdlog
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
basic_format_arg< Context >::handle Class Reference

Detailed Description

template<typename Context>
class basic_format_arg< Context >::handle

Definition at line 1412 of file core.h.

#include <core.h>

Public Member Functions

 handle (detail::custom_value< Context > custom)
 
void format (typename Context::parse_context_type &parse_ctx, Context &ctx) const
 

Private Attributes

detail::custom_value< Context > custom_
 

Constructor & Destructor Documentation

◆ handle()

template<typename Context >
basic_format_arg< Context >::handle::handle ( detail::custom_value< Context >  custom)
inlineexplicit

Definition at line 1414 of file core.h.

Member Function Documentation

◆ format()

template<typename Context >
void basic_format_arg< Context >::handle::format ( typename Context::parse_context_type &  parse_ctx,
Context &  ctx 
) const
inline

Definition at line 1416 of file core.h.

Member Data Documentation

◆ custom_

template<typename Context >
detail::custom_value<Context> basic_format_arg< Context >::handle::custom_
private

Definition at line 1422 of file core.h.


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