Destroys a jss::scoped_lock
instance and unlocks
the corresponding lockable objects.
~scoped_lock();
Calls m.unlock()
for each of the lockable objects m
supplied when *this
was constructed.
Nothing.
#include <jss/guards.hpp>