Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function template get

boost::pfr::get — Returns reference or const reference to a field with index I in simple aggregate val.

Synopsis

// In header: <boost/pfr/core.hpp>


template< I, typename T> 
   ( val);

Description

Example:


PrevUpHomeNext