just::thread Complete C++ Standard Thread Library by Just Software Solutions

Documentation Home

Increment the internal count.

duration& operator++();

Effects:

++this->internal_count;

Returns:

*this

Header

#include <chrono>

See Also