mirror of
https://github.com/boostorg/compute.git
synced 2026-01-27 18:52:15 +00:00
35 lines
1020 B
XML
35 lines
1020 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<header name="boost/compute/algorithm/adjacent_find.hpp">
|
|
<namespace name="boost">
|
|
<namespace name="compute">
|
|
|
|
<!-- boost::compute::adjacent_find(first, last, queue) -->
|
|
<function name="adjacent_find">
|
|
<template>
|
|
<template-type-parameter name="InputIterator"/>
|
|
</template>
|
|
|
|
<type>InputIterator</type>
|
|
|
|
<parameter name="first">
|
|
<paramtype>InputIterator</paramtype>
|
|
</parameter>
|
|
<parameter name="last">
|
|
<paramtype>InputIterator</paramtype>
|
|
</parameter>
|
|
<parameter name="queue">
|
|
<paramtype>command_queue &</paramtype>
|
|
</parameter>
|
|
|
|
<description>
|
|
<para>
|
|
Searches the range [<code>first</code>, <code>last</code>) for two
|
|
identical adjacent elements and returns an iterator pointing to the
|
|
first.
|
|
</para>
|
|
</description>
|
|
</function>
|
|
</namespace>
|
|
</namespace>
|
|
</header>
|