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

Syntax

#include <nn/os.h>

Tick operator+(
     Tick rhs
) const;

Tick operator+(
     fnd::TimeSpan rhs
) const;

List of Overloaded Member Functions

operator+ ( Tick ) Finds the sum of tick values.
operator+ ( fnd::TimeSpan ) Finds the sum with the TimeSpan.

Description of operator+ ( Tick )

Finds the sum of tick values.

Description of operator+ ( fnd::TimeSpan )

Finds the sum with the TimeSpan.


CONFIDENTIAL