![]() |
Home | Libraries | People | FAQ | More |
tuple_element — tuple_element has a member typedef type that returns the type of a field with index I in simple aggregate T.
// In header: <boost/pfr/core.hpp> template<std::size_t I, typename T> using tuple_element = unspecified;