Namespaces
Variants
Actions

std::shared_timed_mutex::shared_timed_mutex

From cppreference.com
 
 
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_timed_mutex();
(1) (since C++14)
shared_timed_mutex( const shared_timed_mutex& ) = delete;
(2) (since C++14)
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_timed_mutex/shared_timed_mutex&oldid=130952"

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