Returns the remainder of one duration divided by another.

Synopsis

Declared in <absl/time/time.h>

Duration
operator%(
    Duration lhs,
    Duration rhs);

Return Value

The remainder lhs % rhs.

Parameters

Name

Description

lhs

The numerator duration.

rhs

The denominator duration.

Created with MrDocs