halcheck 1.0
Loading...
Searching...
No Matches

◆ of() [2/2]

template<typename T >
static type_id halcheck::lib::type_id::of ( )
inlinestatic

Gets the unique type identifier associated with the given type.

Template Parameters
TThe type for which to obtain an identifier.
Returns
A unique type identifier for T.
Postcondition
type_id::of<T>() == type_id::of<U>() iff std:is_same<T, U>() .

This overload only participates in overload resolution if T is void.