std::formatter<std::chrono::year>
Min standard notice:
Header: <chrono>
Specialization of std::formatter that defines formatting rules for a std::chrono::year.
# Declarations
template< class CharT >
struct formatter<std::chrono::year, CharT>;
# Example
This section is incompleteReason: no example