Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
datetime::time_point

A std::chrono::time_point that can represent any valid datetime.

Synopsis
using time_point = std::chrono::time_point< std::chrono::system_clock, std::chrono::duration< std::int64_t, std::micro > >;
Description

Represents microseconds since the UNIX epoch, with the same precision for all architectures.


PrevUpHomeNext