nw::ut::IsTypeOf Function

Syntax

template <typename T, typename U>
bool IsTypeOf(
     const U * instance
);

Arguments

Name Description
in instance Instance for comparing types.

Return Values

Returns true if the instance is of the same type specified for the template argument.

Description

Compares types.


CONFIDENTIAL