Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext
date::date (2 of 3 overloads)

Constructs a date from its year, month and date components.

Synopsis
constexpr
date(
    std::uint16_t year,
    std::uint8_t month,
    std::uint8_t day);
Exception safety

No-throw guarantee.


PrevUpHomeNext