libfly  6.2.2
C++20 utility library for Linux, macOS, and Windows
fly::detail::UserDefinedValue< FormatContext > Struct Template Reference

#include <format_parameters.hpp>

Public Attributes

const void * m_value
 
void(* m_format )(const void *value, BasicFormatParseContext< typename FormatContext::char_type > &, FormatContext &context, BasicFormatSpecifier< typename FormatContext::char_type > &&specifier)
 

Detailed Description

template<typename FormatContext>
struct fly::detail::UserDefinedValue< FormatContext >

Structure to store a type-erased user-defined object.


The documentation for this struct was generated from the following file: