Duration
- Implemented operator- for us by the Variant.
This commit is contained in:
@@ -41,6 +41,7 @@ public:
|
||||
bool operator< (const Duration&);
|
||||
bool operator> (const Duration&);
|
||||
Duration& operator= (const Duration&);
|
||||
Duration& operator- (const Duration&);
|
||||
~Duration (); // Destructor
|
||||
|
||||
operator time_t () const;
|
||||
|
||||
Reference in New Issue
Block a user