Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template hash

boost::pfr::hash — std::hash like functor that returns boost::pfr::hash_value (x)

Synopsis

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

template<typename T> 
struct hash {

  // public member functions
   () ;
};

Description

hash public member functions

  1.  ( x) ;

    Returns:

    hash value of x.


PrevUpHomeNext