spdlog
Loading...
Searching...
No Matches
Public Types | Public Attributes | List of all members
custom_value< Context > Struct Template Reference

Detailed Description

template<typename Context>
struct custom_value< Context >

Definition at line 1113 of file core.h.

#include <core.h>

Public Types

using parse_context = typename Context::parse_context_type
 

Public Attributes

const void * value
 
void(* format )(const void *arg, parse_context &parse_ctx, Context &ctx)
 

Member Typedef Documentation

◆ parse_context

template<typename Context >
using custom_value< Context >::parse_context = typename Context::parse_context_type

Definition at line 1114 of file core.h.

Member Data Documentation

◆ format

template<typename Context >
void(* custom_value< Context >::format) (const void *arg, parse_context &parse_ctx, Context &ctx)

Definition at line 1116 of file core.h.

◆ value

template<typename Context >
const void* custom_value< Context >::value

Definition at line 1115 of file core.h.


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