A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://en.cppreference.com/w/cpp/language/../algorithm/../algorithm/../chrono/month.html below:

std::chrono::month - cppreference.com

class month;

(since C++20)

inline constexpr std::chrono::month January{1};

(since C++20)

inline constexpr std::chrono::month February{2};

(since C++20)

inline constexpr std::chrono::month March{3};

(since C++20)

inline constexpr std::chrono::month April{4};

(since C++20)

inline constexpr std::chrono::month May{5};

(since C++20)

inline constexpr std::chrono::month June{6};

(since C++20)

inline constexpr std::chrono::month July{7};

(since C++20)

inline constexpr std::chrono::month August{8};

(since C++20)

inline constexpr std::chrono::month September{9};

(since C++20)

inline constexpr std::chrono::month October{10};

(since C++20)

inline constexpr std::chrono::month November{11};

(since C++20)

inline constexpr std::chrono::month December{12};

(since C++20)

The class month represents a month in a year. Its normal range is [112], but it may hold any number in [​0​255]. Twelve named constants are predefined in the std::chrono namespace for the twelve months of the year.

month is a TriviallyCopyable StandardLayoutType.

[edit] Member functions [edit] Nonmember functions [edit] Helper classes

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4