![]() |
Home | Libraries | People | FAQ | More |
boost::hash — 一個遵循 TR1 的散列函數對象。
template<typename T> struct hash : public std::unary_function<T, std::size_t> { std::size_t operator()(T const&) const; };
std::size_t operator()(T const& val) const;
返回: |
hash_value(val)
|
注意: |
對 如果宏 |
拋出: |
只有 |