|
| timestamp (const timestamp &other)= 默认 |
|
时间戳& | Operator= (const timestamp &other)=default |
|
| timestamp ( timestamp && other)=default |
|
时间戳& | 操作符= ( timestamp && other)= 默认 |
|
| timestamp (const Timestamp &) |
|
| 操作符 Timestamp () const |
|
| 操作符 std::chrono::time_point< std::chrono::system_clock > () const |
|
| 时间戳(int 64 _t 秒,int 32 _t 纳秒) |
|
| timestamp (const std::chrono::time_point< std::chrono::system_clock > &tp) |
|
int 64 _t | get_seconds () const noException |
|
int 32 _t | get_nanoseconds () const noException |
|
std::chrono::time_point< std::chrono::system_clock, std::chrono::system_clock::duration > | get_time_point () const |
|