Oracle® Fusion Middleware C++ API Reference for Oracle Coherence
12c (12.2.1.3.0)

E80355-01

coherence::stl Namespace Reference


Detailed Description

Contains various C++ Standard Library adapter classes.


Classes

class  adapter_map
 adapter_map provides an STL-like "pair associative container" wrapper around coherence::util::Map implementations. More...
class  boxing_map
 boxing_map provides an STL-like map adapter around a coherence::util::map, and additionally auto-boxes the keys and values to their corresponding non-managed types. More...

Functions

template<class MapSrc, class MapDes>
void copy_map (const MapSrc &mapSrc, MapDes &mapDes)
 Copy the contents of one map to another.


Function Documentation

void coherence::stl::copy_map ( const MapSrc &  mapSrc,
MapDes &  mapDes 
) [inline]

Copy the contents of one map to another.

Parameters:
mapSrc the source map
mapDes the destination map

Copyright © 2000, 2017, Oracle and/or its affiliates. All rights reserved.