BloombergLP::bdlde::Md5::operator=

Assign to this MD5 digest the value of the specified rhs MD5 digest and return a reference to this modifiable MD5 digest.

Synopsis

Declared in <bdlde_md5.h>

constexpr
Md5&
operator=(Md5 const& rhs) = default;

Return Value

a reference to this modifiable MD5 digest

Parameters

NameDescription
rhsMD5 digest to assign from