just::thread
std::chrono::duration::operator+=
Add the count for another duration object to 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.