ConstBundleHandle#
Fully qualified name: omni::graph::core::ConstBundleHandle
-
class ConstBundleHandle : public omni::graph::core::HandleBase<HandleInt, ConstBundleHandle>#
Object representing a handle to a constant OmniGraph Bundle.
Public Functions
-
inline bool isValid() const#
Returns true if the handle is currently valid.
-
inline bool operator==(HandleBase rhs) const#
Equality operator - only identical handles are equal.
-
inline bool operator!=(HandleBase rhs) const#
Inequality operator - only identical handles are equal.
Public Static Functions
-
static inline constexpr ConstBundleHandle invalidHandle()#
Constant representing a unique invalid handle for this instantiation.
-
inline bool isValid() const#