Same as the preceding overload, moving both key and value.
Synopsis
Declared in <bdlcc_cache.h>
void
insert(
bslmf::MovableRef<KEY> key,
bslmf::MovableRef<VALUE> value);
Parameters
Name |
Description |
key |
key to insert |
value |
value associated with |
Created with MrDocs