This predicate compares two instances of std::type_info for equality. Note that we can't rely on default pointer comparison because it is not guaranteed that &typeid(T) always returns the same pointer for a given T (thanks Andrew Koenig).
Member Function Documentation
bool osgIntrospection::TypeInfoCmp::operator()
(
const std::type_info *
t1,
const std::type_info *
t2
)
const [inline]
The documentation for this struct was generated from the following file: