Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
field_view::get_date

Retrieves the underlying value as a date (unchecked access).

Synopsis
constexpr date
get_date() const noexcept;
Preconditions

this->is_date() == true (if violated, results in undefined behavior).

Exception safety

No-throw guarantee.


PrevUpHomeNext