Combine another DescriptorCache into this one. Returns a cache containing the items from the other cache unknown to current cache
Synopsis
Declared in <script/descriptor.h>
DescriptorCache
MergeAndDiff(DescriptorCache const& other);
Return Value
A cache holding the entries from other that were not already present.
Parameters
Name |
Description |
other [in] |
The cache whose entries are merged into this one. |
Created with MrDocs