Struct ServiceKey
Defined in File fragment_service.hpp
-
struct ServiceKey
Key structure for service registry that combines type and identifier.
Public Functions
-
inline bool operator==(const ServiceKey &other) const noexcept
Equality comparison operator.
Public Members
-
std::type_index type
Type of the service.
-
std::string id
Service identifier (empty string for default instance)
-
inline bool operator==(const ServiceKey &other) const noexcept