2
0
mirror of https://github.com/boostorg/compute.git synced 2026-01-27 06:42:19 +00:00
Files
compute/doc/reference/functional.xml
Kyle Lutz 9a64f6b39a Add get<N>() function
This adds a get<N>() function which returns the n'th element
of an aggregate type (e.g. vector type, pair, tuple).

This unifies the functionality of, and replaces, the get_pair()
and vector_component() functions.
2013-05-05 12:46:05 -04:00

7 lines
184 B
XML

<?xml version="1.0" encoding="utf-8"?>
<header name="boost/compute/functional.hpp">
<purpose>
Meta-header to include all Boost.Compute functional headers.
</purpose>
</header>