Certainly. [code]return &(map.at(key)); [/code]The pointer will remain valid until you modify the map by adding or removing an entry.
確定! 回上一頁