just::thread
std::chrono::duration::operator/=
Divide the internal count for *this 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.