Same as the preceding overload, moving value into the cache.

Synopsis

Declared in <bdlcc_cache.h>

void
insert(
    KEY const& key,
    bslmf::MovableRef<VALUE> value);

Parameters

Name

Description

key

key to insert

value

value associated with key

Created with MrDocs