“...世界上最受尊敬和精心设计的C++库项目之一。” — Herb Sutter 和 Andrei Alexandrescu, C++ 编码标准
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);
一个访问器,返回聚合结构或 boost::parser::tuple 的第 I 个数据成员的引用。
boost::parser::tuple
I