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