set - 編譯時(shí)已經(jīng)知道函數(shù)類型
multiset<Sales_data, decltype(compareIsbn)*> bookstore(compareIsbn);shared_ptr -- 運(yùn)行時(shí)綁定
shared_ptr<connection> sp1(&c, [c](){disconnection(&c);});shared_ptr<int> sp(new int[10], [](int* p){delete[] p;}); //用shared_ptr管理動(dòng)態(tài)數(shù)組,需要提供一個(gè)刪除器unique_ptr - 編譯時(shí)已經(jīng)知道函數(shù)類型
unique_ptr<connection, decltype<end_connection>*> p(&c, end_connection);
新聞熱點(diǎn)
疑難解答
圖片精選
網(wǎng)友關(guān)注