Documentation Home >> Headers >> <jss/joining_thread.hpp> Header >> jss::joining_thread >> jss::joining_thread Default Constructor

Construct a jss::joining_thread object without an associated thread of execution.

joining_thread();

Effects:

Constructs a jss::joining_thread instance that has no associated thread of execution.

Postconditions:

For a newly-constructed jss::joining_thread object x, x.get_id()==id()

Throws:

Nothing

Header

#include <jss/joining_thread.hpp>

See Also