|
Mountain
1.0.0
Simple C++ 2D Game Framework
|
std::formatter template specialization for the Mountain::Stopwatch type.
More...
#include <stopwatch.hpp>
Public Member Functions | |
| template<class ParseContext > | |
| constexpr ParseContext::iterator | parse (ParseContext &ctx) |
| Parses the input formatting options. | |
| template<class FormatContext > | |
| FormatContext::iterator | format (const Mountain::Stopwatch &stopwatch, FormatContext &ctx) const |
| Formats a string using the given instance of Mountain::Stopwatch, according to the given options in the parse function. | |
std::formatter template specialization for the Mountain::Stopwatch type.
Definition at line 66 of file stopwatch.hpp.