src/cx/map.h

changeset 689
5d0244c6fa3e
parent 686
64919f63f059
child 691
65baf7f45ac8
equal deleted inserted replaced
688:c27fa8b67286 689:5d0244c6fa3e
269 * Detaches a key/value-pair from the map by using the key 269 * Detaches a key/value-pair from the map by using the key
270 * without invoking the destructor. 270 * without invoking the destructor.
271 * 271 *
272 * In general, you should only use this function if the map does not own 272 * In general, you should only use this function if the map does not own
273 * the data and there is a valid reference to the data somewhere else 273 * the data and there is a valid reference to the data somewhere else
274 * in the program. In all other cases it is prefarable to use 274 * in the program. In all other cases it is preferable to use
275 * cxMapRemove() or cxMapRemoveAndGet(). 275 * cxMapRemove() or cxMapRemoveAndGet().
276 * 276 *
277 * @param map the map 277 * @param map the map
278 * @param key the key 278 * @param key the key
279 * @see cxMapRemove() 279 * @see cxMapRemove()

mercurial