iceberg-cpp
Loading...
Searching...
No Matches
Public Member Functions | List of all members
std::formatter< T > Struct Template Reference

std::formatter specialization for any type that has a ToString function More...

#include <formatter.h>

Inheritance diagram for std::formatter< T >:

Public Member Functions

template<class FormatContext >
auto format (const T &value, FormatContext &ctx) const
 

Detailed Description

template<typename T>
requires requires(const T& t) { { ToString(t) } -> std::convertible_to<std::string_view>; }
struct std::formatter< T >

std::formatter specialization for any type that has a ToString function


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