PointerIterator.h#
Fully qualified name: omni/detail/PointerIterator.h
In directory: omni/detail
Source file: PointerIterator.h
Provides omni::detail::PointerIterator
class for constructing pointer-based iterators.
Classes#
- omni::detail::PointerIterator
This iterator adapter wraps a pointer type into a class. It does not change the semantics of any operations from the fundamental logic of pointers. There are no bounds checks, there is no additional safety.
Namespaces#
- omni
Main namespace for Omniverse.
- omni::detail
Internal implementation details namespace.