Assign to this object the in‐core value of the specified rhs.
Synopsis
Declared in <balb_filecleanerconfiguration.h>
FileCleanerConfiguration&
operator=(FileCleanerConfiguration const& rhs);
Description
Assign to this file cleaner configuration object the in‐core value of the specified rhs object, and return a reference providing modifiable access to this object.
Return Value
reference providing modifiable access to this object
Parameters
Name |
Description |
rhs |
configuration object to assign from |
Created with MrDocs