just::thread
std::chrono::duration::operator-=
Subtract the count for another duration object from the internal count for *this.
*this
duration& operator-=(duration const& other);
internal_count-=other.count();
#include <chrono>
std::chrono::duration
std::chrono::duration<>
Design and Content © Copyright 2008-2012 Just Software Solutions Ltd. All Rights Reserved.