CFeeRate::operator+=

Add another fee rate to this one.

Synopsis

Declared in <policy/feerate.h>

CFeeRate&
operator+=(CFeeRate const& a);

Return Value

Reference to this fee rate after addition.

Parameters

NameDescription
aFee rate to add.