Scippy

SoPlex

Sequential object-oriented simPlex

basic_format_arg< Context >::handle Class Reference

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

Detailed Description

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

Definition at line 1277 of file core.h.

Constructor & Destructor Documentation

◆ handle()

handle ( detail::custom_value< Context >  custom)
explicit

Definition at line 1279 of file core.h.

Member Function Documentation

◆ format()

void format ( typename Context::parse_context_type &  parse_ctx,
Context &  ctx 
) const

Member Data Documentation

◆ custom_

detail::custom_value<Context> custom_
private

Definition at line 1287 of file core.h.