Namespaces
Variants
Actions

std::shared_mutex::shared_mutex

From cppreference.com
< cpp‎ | thread‎ | shared mutex
 
 
Concurrency support library
(C++11)
(C++20)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++17)
(C++11)
(C++11)
(C++17)
(C++11)
(C++14)
(C++11)
(C++11)
(C++11)
(C++11)
(C++20)
(C++20)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++26)
(C++26)
(C++26)
(C++26)
(C++11)
(C++20)
(C++11)
(C++11)(deprecated in C++20)
(C++11)(deprecated in C++20)
(C++11)
(C++11)(deprecated in C++26)
 
 
shared_mutex();
(1) (since C++17)
shared_mutex( const shared_mutex& ) = delete;
(2) (since C++17)
1) Constructs the mutex. The mutex is in unlocked state after the call.
2) Copy constructor is deleted.

[edit] Parameters

(none)

[edit] Exceptions

std::system_error if the construction is unsuccessful.

[edit] See also

C documentation for mtx_init
Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/thread/shared_mutex/shared_mutex&oldid=129847"

AltStyle によって変換されたページ (->オリジナル) /