0
我試圖從list<boost::any> l
超載==操作符的STL容器
l.remove(class_type);
刪除類對象我試着寫這樣的事情作爲一個成員函數
bool operator == (const class_type &a) const //not sure about the arguments
{
//return bool value
}
你會如何寫重載函數從的std ::列表中刪除類的對象?
好主意。也就是說,我會將第2行和第3行縮減爲'return t &&(* t == to_test);' – 2010-07-23 06:12:27