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);
Created with MrDocs
Same as the preceding overload, moving both key and value.
Declared in <bdlcc_cache.h>
void
insert(
bslmf::MovableRef<KEY> key,
bslmf::MovableRef<VALUE> value);
Created with MrDocs