mirror of
https://github.com/boostorg/compute.git
synced 2026-01-26 18:32:48 +00:00
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.