SoPlex Documentation
Loading...
Searching...
No Matches
stringifier Struct Reference

#include <format-inl.h>

Public Member Functions

template<typename T >
FMT_INLINE std::string operator() (T value) const
 
std::string operator() (basic_format_arg< format_context >::handle h) const
 

Detailed Description

Definition at line 2644 of file format-inl.h.

Member Function Documentation

◆ operator()() [1/2]

std::string operator() ( basic_format_arg< format_context >::handle h) const

Definition at line 2648 of file format-inl.h.

References basic_format_arg< Context >::handle::format(), and to_string().

◆ operator()() [2/2]

template<typename T >
FMT_INLINE std::string operator() ( T value) const

Definition at line 2645 of file format-inl.h.

References to_string().