Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Docs: <tuple> #34

Merged
merged 1 commit into from
Oct 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,20 +148,27 @@ defaults:
grand_parent: API
parent: Utility Library
nav_order: 0
-
scope:
path: api/utility_library/tuple.md
values:
grand_parent: API
parent: Utility Library
nav_order: 2
-
scope:
path: api/utility_library/utility.md
values:
grand_parent: API
parent: Utility Library
nav_order: 1
nav_order: 3
-
scope:
path: api/utility_library/version.md
values:
grand_parent: API
parent: Utility Library
nav_order: 2
nav_order: 4
-
scope:
path: releases.md
Expand Down
2 changes: 1 addition & 1 deletion docs/api/utility_library/header_table.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
| `<cuda/std/type_traits>` | CUDA 10.2 | [Standard C++ Docs](https://en.cppreference.com/w/cpp/header/type_traits) |
| `<cuda/std/functional>`* | CUDA 11.0 | [Standard C++ Docs](https://en.cppreference.com/w/cpp/header/functional), [libcu++ Addendum]({{ "api/utility_library/functional.html" | relative_url }}) |
| `<cuda/std/ratio>` | CUDA 11.0 | [Standard C++ Docs](https://en.cppreference.com/w/cpp/header/ratio) |
| `<cuda/std/tuple>` | CUDA 11.1 | [Standard C++ Docs](https://en.cppreference.com/w/cpp/header/tuple) |
| `<cuda/std/tuple>`* | CUDA 11.2 | [Standard C++ Docs](https://en.cppreference.com/w/cpp/header/tuple), [libcu++ Addendum]({{ "api/utility_library/tuple.html" | relative_url }}) |
| `<cuda/std/utility>`* | CUDA 11.0 | [Standard C++ Docs](https://en.cppreference.com/w/cpp/header/utility), [libcu++ Addendum]({{ "api/utility_library/utility.html" | relative_url }}) |
| `<cuda/std/version>` | CUDA 11.0 | [Standard C++ Docs](https://en.cppreference.com/w/cpp/header/version), [libcu++ Addendum]({{ "api/utility_library/version.html" | relative_url }}) |

6 changes: 6 additions & 0 deletions docs/api/utility_library/tuple.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# `<cuda/std/tuple>`

## Omissions

`tuple` is not available when using NVCC with MSVC as a host compiler.