Skip to content

Commit

Permalink
sync with master oneapi-src#2
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey.gilev committed Feb 25, 2020
1 parent aa4e13a commit e7bb3b9
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,12 @@ struct DAAL_EXPORT Parameter : public daal::algorithms::Parameter
*/
Parameter(const Parameter & other);

/**
* Copy an Parameter by copying input objects and parameters of another Parameter
* \param[in] other An object to be used as the source to initialize object
*/
Parameter & operator=(const Parameter & other);

~Parameter() DAAL_C11_OVERRIDE {}

/**
Expand Down Expand Up @@ -333,6 +339,12 @@ struct DAAL_EXPORT Parameter : public daal::algorithms::Parameter
*/
Parameter(const Parameter & other);

/**
* Copy an Parameter by copying input objects and parameters of another Parameter
* \param[in] other An object to be used as the source to initialize object
*/
Parameter & operator=(const Parameter & other);

~Parameter() DAAL_C11_OVERRIDE {}

/**
Expand Down

0 comments on commit e7bb3b9

Please sign in to comment.