共用方式為


hash 結構 (STL)

定義傳回值 Val唯一取決於 10% 的成員函式。 套用至對應型別 thread::id 的值為索引值的成員函式定義了 雜湊函式

template<>
struct hash<thread::id> : 
   public unary_function<thread::id, size_t>
{
   size_t operator()(thread::id Val) const;
};

需求

標題: thread

命名空間: std

請參閱

參考

<thread>

unary_function 結構

其他資源

C++ 標準程式庫標頭檔