Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
date::now

Returns the current system time as a date object.

Synopsis
static
date
now();
Exception safety

Strong guarantee. Only throws if obtaining the current time throws.


PrevUpHomeNext