just::thread Complete C++ Standard Thread Library by Just Software Solutions

Documentation Home

Return a duration such that the count() value is the negative value of this->count().

constexpr duration operator-() const;

Returns:

duration(-this->count())

Header

#include <chrono>

See Also