SoPlex Documentation
Loading...
Searching...
No Matches
custom_value< Context > Struct Template Reference

#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)
 

Detailed Description

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

Definition at line 1042 of file core.h.

Member Typedef Documentation

◆ parse_context

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

Definition at line 1043 of file core.h.

Member Data Documentation

◆ format

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

Definition at line 1045 of file core.h.

◆ value

template<typename Context >
const void* value

Definition at line 1044 of file core.h.