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 d225957 commit 456b00bCopy full SHA for 456b00b
source/elements/oneDPL/source/parallel_api/iterators.rst
@@ -42,7 +42,7 @@ The following class template and variable template are defined in ``<oneapi/dpl/
42
template <typename T>
43
inline constexpr bool is_indirectly_device_accessible_v = is_indirectly_device_accessible<T>::value;
44
45
-``template <typename T> oneapi::dpl::is_indirectly_device_accessible`` is a type which has the base characteristic
+``template <typename T> oneapi::dpl::is_indirectly_device_accessible`` is a template which has the base characteristic
46
of ``std::true_type`` if ``T`` is indirectly device accessible. Otherwise, it has the base characteristic of
47
``std::false_type``.
48
0 commit comments