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

Syntax

#include <nn/os.h>

Tick operator+(
     Tick rhs
) const;

Arguments

Name Description
in rhs The tick value for getting a sum.

Return Values

Returns the Tick that holds the tick value that is the same as the sum of the local host value and the rhs value.

Description

Finds the sum of tick values.


CONFIDENTIAL