- semaphore[meta header]
- cpp20[meta cpp]
<semaphore>
ヘッダは、セマフォに関するクラスを定義する。
名前 | 説明 | 対応バージョン |
---|---|---|
counting_semaphore |
カウンティングセマフォ (class template) | C++20 |
binary_semaphore |
バイナリセマフォ counting_semaphore<1> |
C++20 |
- C++20
- Clang:
- GCC:
- ICC:
- Visual C++:
<semaphore>
ヘッダは、セマフォに関するクラスを定義する。
名前 | 説明 | 対応バージョン |
---|---|---|
counting_semaphore |
カウンティングセマフォ (class template) | C++20 |
binary_semaphore |
バイナリセマフォ counting_semaphore<1> |
C++20 |