Provides access to the wrapped object of the associated jss::synchronized_value<>
instance.
T& operator*();
A reference to the T
object wrapped in the associated jss::synchronized_value<>
instance.
Nothing.
operator*
must only be called from the thread that constructed *this
.
The returned reference must not be accessed after *this
has been destroyed.
#include <jss/synchronized_value.hpp>