Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function template names_as_array

boost::pfr::names_as_array — Creates a std::array from names of fields of an simple aggregate T.

Synopsis

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


template<typename T> 
   
  ();

Description

Example:


PrevUpHomeNext