boost::capy::async_mutex::lock_guard::lock_guard
Constructors
Synopses
Declared in <boost/capy/ex/async_mutex.hpp>
Default constructor
lock_guard() noexcept;
Copy constructor
lock_guard(lock_guard const& other) = delete;
Move constructor
lock_guard(lock_guard&& o) noexcept;
Construct from async_mutex
explicit
lock_guard(async_mutex* m) noexcept;
Created with MrDocs