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

#include <format_parameters.hpp>

Public Attributes

const void * m_value
 
std::size_t m_size
 
void(* m_format )(const void *value, std::size_t size, FormatContext &context, BasicFormatSpecifier< typename FormatContext::char_type > &&specifier)
 

Detailed Description

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

Structure to store a type-erased string-like object. May be used for strings with any character encoding.


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