Constructors
Synopses
Declared in <absl/time/time.h>
Constructs a Time representing the Unix epoch.
constexpr
Time() = default;
Constructs a copy of another time.
Parameters
Name |
Description |
t |
The time to copy. |
Created with MrDocs