SoPlex Documentation
Loading...
Searching...
No Matches
basic_format_arg< Context >::handle Class Reference

#include <core.h>

Public Member Functions

 handle (internal::custom_value< Context > custom)
 
void format (basic_format_parse_context< char_type > &parse_ctx, Context &ctx) const
 

Private Attributes

internal::custom_value< Context > custom_
 

Detailed Description

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

Definition at line 971 of file core.h.

Constructor & Destructor Documentation

◆ handle()

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

Definition at line 973 of file core.h.

Member Function Documentation

◆ format()

template<typename Context >
void format ( basic_format_parse_context< char_type > & parse_ctx,
Context & ctx ) const

Member Data Documentation

◆ custom_

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

Definition at line 981 of file core.h.

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