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

Name

Description

a

Fee rate to add.

Created with MrDocs