|
iceberg-cpp
|
#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... | |
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.