Merge the contents of another provider into this one.
Synopsis
Declared in <script/signingprovider.h>
FlatSigningProvider&
Merge(FlatSigningProvider&& b);
Return Value
A reference to this provider.
Parameters
Name |
Description |
b |
The provider whose entries are moved into this one. |
Created with MrDocs