A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://stotko.github.io/stdgpu/doxygen/group__algorithm_ga6eef069288db550f1e5487ac70d3bb99.html below:

copy_n — stdgpu Latest documentation

copy_n# stdgpu: stdgpu::copy_n

stdgpu Latest

Efficient STL-like Data Structures on the GPU

◆ copy_n()

template<typename ExecutionPolicy , typename InputIt , typename Size , typename OutputIt , STDGPU_DETAIL_OVERLOAD_IF(is_execution_policy_v< remove_cvref_t< ExecutionPolicy > >) >

OutputIt stdgpu::copy_n ( ExecutionPolicy &&  policy, InputIt  begin, Size  n, OutputIt  output_begin  )

Copies all elements of the input range to the output range using the copy assignment operator.

Template Parameters
ExecutionPolicy The type of the execution policy InputIt The type of the input iterators Size The size type OutputIt The type of the output iterator
Parameters
[in] policy The execution policy, e.g. host or device [in] begin The input iterator pointing to the first element [in] n The number of elements in the value range [in] output_begin The output iterator pointing to the first element
Returns
The output iterator pointing to the last element

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4