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

Syntax

#include <nn/os.h>

Tick & operator+=(
     Tick rhs
);

Parameters

Name Description
in rhs The tick value to be added.

Return Values

Returns a reference to the local host.

Description

Adds a tick value.


CONFIDENTIAL