Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

Function template hash_fields

boost::pfr::hash_fields

Synopsis

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


template<typename T> std::size_t hash_fields(const T & x);

Description

Does a field-by-field hashing.

Returns:

combined hash of all the fields


PrevUpHomeNext