Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function template get_name

boost::pfr::get_name — Returns name of a field with index I in simple aggregate T.

Synopsis

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


template< I, typename T> 
   ();

Description

Example:

() == "i");
() == "s");


PrevUpHomeNext