GraphInstanceID#
Fully qualified name: omni::graph::core::GraphInstanceID
-
struct GraphInstanceID#
Permanent value representing an instance.
Public Functions
-
inline constexpr GraphInstanceID()#
-
inline bool operator==(GraphInstanceID const &other) const#
Returns true if this GraphInstanceID is equal to the
other.
-
inline bool operator!=(GraphInstanceID const &other) const#
Returns true if this GraphInstanceID is not equal to the
other.
-
inline bool operator<(GraphInstanceID const &other) const#
Returns true if this GraphInstanceID is less than the
other.
-
inline constexpr GraphInstanceID()#