Advances this time by a duration.

Synopsis

Declared in <absl/time/time.h>

Time&
operator+=(Duration d);

Return Value

A reference to this time.

Parameters

Name

Description

d

The duration to add.

Created with MrDocs