template T & unconst(const T & x) { return const_cast(x); }; multimap myMap; multimap::iteraotr it; . . . unconst(*it);
댓글 없음:
댓글 쓰기