Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This is an older version of Boost and was released in 2025. The current version is 1.90.0.
boost::parser::get
// In header: <boost/parser/tuple.hpp> template<typename T, typename U, U I> decltype(auto) get(T && x, integral_constant< U, I > i);
An accessor that returns a reference to the I-th data member of an aggregate struct or boost::parser::tuple.