nn::os::Tick::operator+= Member Function

Syntax

#include <nn/os.h>

Tick & operator+=(
     fnd::TimeSpan rhs
);

Arguments

Name Description
in rhs The TimeSpan to be added.

Return Values

Returns a reference to the local host.

Description

Adds TimeSpan.


CONFIDENTIAL