![]()  | 
Home | Libraries | People | FAQ | More | 
boost::hash<std::u16string>
// In header: <boost/functional/hash.hpp> struct hash<std::u16string> { std::size_t operator()(std::u16string const&) const; };
std::size_t operator()(std::u16string const& val) const;
Returns:  | 
 Unspecified in TR1, except that equal arguments yield the same result. hash_value(val) in Boost.  | 
Throws:  | 
Doesn't throw  |