We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c87b54c commit 83c25f8Copy full SHA for 83c25f8
adoc/chapters/programming_interface.adoc
@@ -5524,7 +5524,7 @@ template <typename... Ts> auto get_access(Ts...); (
5524
5525
template <typename... Ts> auto get_host_access(Ts...); (4)
5526
----
5527
-_Constraints (1-2):_ Available only when [code]#Targ# is [code]#target::device#,
+_Constraints (1)-(2):_ Available only when [code]#Targ# is [code]#target::device#,
5528
[code]#target::constant_buffer# or [code]#target::host_task#.
5529
5530
_Returns (1):_ A valid [code]#accessor# to the buffer with the specified access
0 commit comments