提交 d7036de3 编写于 作者: F Fla3inH0tCheet0s 提交者: Calvin Miao

cyber time default constructor

上级 c268ded2
......@@ -32,14 +32,13 @@ class Time {
public:
static const Time MAX;
static const Time MIN;
Time() {}
Time() = default;
explicit Time(uint64_t nanoseconds);
explicit Time(int nanoseconds);
explicit Time(double seconds);
Time(uint32_t seconds, uint32_t nanoseconds);
Time(const Time& other);
Time& operator=(const Time& other);
~Time() {}
/**
* @brief get the current time.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册