just::thread
std::chrono::duration::operator%=
Adjust the internal count for *this to be the remainder when divided by the specified value.
*this
duration& operator%=(rep const& rhs);
internal_count%=rhs;
#include <chrono>
std::chrono::duration
std::chrono::duration<>
Design and Content © Copyright 2008-2012 Just Software Solutions Ltd. All Rights Reserved.