|
Mountain
1.0.0
Simple C++ 2D Game Framework
|
Defines template specializations of std::formatter for external types.
More...
Include dependency graph for formatter.hpp:Go to the source code of this file.
Classes | |
| struct | std::formatter< std::filesystem::path > |
std::formatter template specialization for the std::filesystem::path type. More... | |
| struct | std::formatter< Exception > |
std::formatter template specialization for the std::exception type. More... | |
Defines template specializations of std::formatter for external types.
This file also defines the Formattable concept, as it seems it isn't included in the C++23 MSVC STL.
In this file, we don't follow our conventions on some things because it is mostly an extension of the STL.
Definition in file formatter.hpp.