just::thread
std::chrono::duration::operator++
Increment the internal count and return the value of *this prior to the increment.
duration operator++(int);
duration temp(*this); ++(*this); return temp;
#include <chrono>
std::chrono::duration
std::chrono::duration<>
Design and Content © Copyright 2008-2012 Just Software Solutions Ltd. All Rights Reserved.