Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function template get

boost::parser::get

Synopsis

// In header: <boost/parser/tuple.hpp>


template<typename T, typename U,  I> 
  constexpr  decltype(auto) (T && x, U,  i);

Description

An accessor that returns a reference to the I-th data member of an aggregate struct or boost::parser::tuple.


PrevUpHomeNext