Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Macro BOOST_PFR_FUNCTIONS_FOR

BOOST_PFR_FUNCTIONS_FOR

Synopsis

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

BOOST_PFR_FUNCTIONS_FOR(T)

Description

Defines comparison and stream operators for T along with hash_value function.

Example:

See Also : 'Three ways of getting operators' for other ways to define operators and more details.

Defines following for T:


PrevUpHomeNext