iceberg-cpp
Loading...
Searching...
No Matches
Classes
formattable.h File Reference
#include <string>
#include "iceberg/iceberg_export.h"

Go to the source code of this file.

Classes

class  iceberg::util::Formattable
 Interface for objects that can be formatted via std::format. More...
 

Detailed Description

Interface for objects that can be formatted via std::format. The actual std::formatter specialization is in iceberg/util/formatter.h to avoid bringing in <format> unnecessarily.