SoPlex Documentation
Loading...
Searching...
No Matches
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()

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

Definition at line 1279 of file core.h.

Member Function Documentation

◆ format()

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

Member Data Documentation

◆ custom_

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

Definition at line 1287 of file core.h.

Referenced by basic_format_arg< Context >::handle::format().