Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function template structure_to_tuple

boost::pfr::structure_to_tuple — Creates a std::tuple from fields of an simple aggregate val.

Synopsis

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


template<typename T>  ( val);

Description

Example:


PrevUpHomeNext