Exemplo n.º 1
0
 result_type
 operator()(T const& t) const noexcept
 {
     H h;
     using hash::hash_append;
     hash_append(h, t);
     return static_cast<result_type>(h);
 }