operator + method

ByteSize operator + (
  1. ByteSize bs
)

Returns the sum of two ByteSize objects.

Implementation

ByteSize operator +(ByteSize bs) => Add(bs);