Home | History | Annotate | Download | only in bits

Lines Matching refs:u16string

3008   /// std::hash specialization for u16string.
3010 struct hash<u16string>
3011 : public __hash_base<size_t, u16string>
3014 operator()(const u16string& __s) const noexcept