Mountain  1.0.0
Simple C++ 2D Game Framework
std::formatter< Mountain::TimeSpan > Struct Template Reference

std::formatter template specialization for the Mountain::TimeSpan type. More...

#include <time_span.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::TimeSpan &timeSpan, FormatContext &ctx) const
 Formats a string using the given instance of Mountain::TimeSpan, according to the given options in the parse function.
 

Detailed Description

template<>
struct std::formatter< Mountain::TimeSpan >

std::formatter template specialization for the Mountain::TimeSpan type.

Definition at line 145 of file time_span.hpp.


The documentation for this struct was generated from the following file: