holoscan::ServiceKey
holoscan::ServiceKey
Key structure for service registry that combines type and identifier.
ServiceKey uniquely identifies a service in the fragment’s service registry by combining the type information with an optional string identifier. This allows multiple instances of the same service type to coexist with different identifiers.
Methods
operator==
Equality comparison operator.
Two ServiceKeys are equal if both their type and id match.
Returns: true if the keys are equal, false otherwise.
Parameters
other
The ServiceKey to compare with.