Scippy

SoPlex

Sequential object-oriented simPlex

custom_value< Context > Struct Template Reference

#include <core.h>

Public Types

using parse_context = basic_format_parse_context< typename Context::char_type >
 

Public Attributes

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

Detailed Description

template<typename Context>
struct internal::custom_value< Context >

Definition at line 750 of file core.h.

Member Typedef Documentation

◆ parse_context

using parse_context = basic_format_parse_context<typename Context::char_type>

Definition at line 751 of file core.h.

Member Data Documentation

◆ format

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

Definition at line 753 of file core.h.

◆ value

const void* value

Definition at line 752 of file core.h.