|
PACS System 0.1.0
PACS DICOM system library
|
Compatibility header providing kcenon::pacs::compat::format as an alias for std::format. More...
#include <format>#include <string>

Go to the source code of this file.
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::pacs |
| namespace | kcenon::pacs::compat |
Macros | |
| #define | PACS_HAS_STD_FORMAT 1 |
| #define | PACS_CONCAT(...) |
Typedefs | |
| template<typename... Args> | |
| using | kcenon::pacs::compat::format_string = std::format_string<Args...> |
Compatibility header providing kcenon::pacs::compat::format as an alias for std::format.
All supported compilers (GCC 13+, Clang 17+, MSVC 2022+, Apple Clang 15+) provide C++20 std::format. This header aliases it into the kcenon::pacs::compat namespace so existing call sites continue to work without modification.
Usage: #include <kcenon/pacs/compat/format.h> auto s = kcenon::pacs::compat::format("Hello, {}!", name);
Definition in file format.h.
| #define PACS_CONCAT | ( | ... | ) |