Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / compute / doc / html / BOOST_COMPUTE_TYPE_NAME.html
index f419000..6d97438 100644 (file)
@@ -33,7 +33,7 @@
 
 </span>BOOST_COMPUTE_TYPE_NAME(type, name)</pre></div>
 <div class="refsect1">
-<a name="idm46094034561376"></a><h2>Description</h2>
+<a name="idm46113315674992"></a><h2>Description</h2>
 <p>Registers the OpenCL type for the C++ <code class="computeroutput">type</code> to <code class="computeroutput">name</code>.</p>
 <p>For example, the following will allow Eigen's <code class="computeroutput">Vector2f</code> type to be used with Boost.Compute algorithms and containers as the built-in <code class="computeroutput">float2</code> type. </p>
 <pre class="programlisting"><span class="identifier">BOOST_COMPUTE_TYPE_NAME</span><span class="special">(</span><span class="identifier">Eigen</span><span class="special">::</span><span class="identifier">Vector2f</span><span class="special">,</span> <span class="identifier">float2</span><span class="special">)</span>