tetl 0.1.0
Embedded Template Library
|
Empty struct tag types used to specify locking strategy for etl::lock_guard, etl::scoped_lock, etl::unique_lock, and etl::shared_lock. More...
#include <tags.hpp>
Public Member Functions | |
adopt_lock_t ()=default | |
Related Symbols | |
(Note that these are not member symbols.) | |
constexpr auto | adopt_lock = adopt_lock_t{} |
Instances of empty struct tag types. See adopt_lock_t. | |
Empty struct tag types used to specify locking strategy for etl::lock_guard, etl::scoped_lock, etl::unique_lock, and etl::shared_lock.
Assume the calling thread already has ownership of the mutex.
|
explicitdefault |