Namespaces
Variants

std::shared_timed_mutex:: ~shared_timed_mutex

From cppreference.net

Concurrency support library
Threads
(C++11)
(C++20)
this_thread namespace
(C++11)
(C++11)
Cooperative cancellation
Mutual exclusion
Generic lock management
Condition variables
(C++11)
Semaphores
Latches and Barriers
(C++20)
(C++20)
Futures
(C++11)
(C++11)
(C++11)
Safe reclamation
Hazard pointers
Atomic types
(C++11)
(C++20)
Initialization of atomic types
(C++11) (deprecated in C++20)
(C++11) (deprecated in C++20)
Memory ordering
(C++11) (deprecated in C++26)
Free functions for atomic operations
Free functions for atomic flags
~shared_timed_mutex ( ) ;

ミューテックスを破棄します。

動作は未定義です、もしミューテックスが任意のスレッドによって所有されている場合、または任意のスレッドがミューテックスの所有権を保持した状態で終了する場合。

関連項目

C documentation for mtx_destroy
日本語訳:
Cドキュメント mtx_destroy
変更点: - "C documentation" → "Cドキュメント" - "for" → "の" (より自然な日本語表現) HTMLタグ、属性、`mtx_destroy`関数名はそのまま保持されています。