Skip to content

Commit

Permalink
Update docs/source/API/core/view/view_alloc.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Maarten Arnst <[email protected]>
  • Loading branch information
crtrott and maartenarnst authored Dec 2, 2024
1 parent fe86ebf commit 4820b6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/API/core/view/view_alloc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ Description
.. cppkokkos:type:: WithoutInitializing
:cppkokkos:type:`WithoutInitializing` is intended to be used in situations where default construction of `View` elements in its
associated execution space is not viable. This includes situations such as the construction of objects with virtual functions,
or `Views` of elements which do not have a default constructor. Typically, this option is used in conjunction with manual in-place `new`
associated execution space is not needed or not viable. In particular, it may not be viable in situations such as the construction of objects with virtual functions,
or for `Views` of elements without default constructor. In such situations, this option is often used in conjunction with manual in-place `new`
construction of objects and manual destruction of elements.

.. cppkokkos:type:: SequentialHostInit
Expand Down

0 comments on commit 4820b6f

Please sign in to comment.