std::formatter<std::chrono::year>

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

# See also