![]() |
Home | Libraries | People | FAQ | More |
pfr::hash — std::hash like functor that returns pfr::hash_value (x)
// In header: <boost/include/pfr/functors.hpp> template<typename T> struct hash { // public member functions std::size_t operator()(const T &) const; };