Provide hashing support for BloombergLP::blpapi::CorrelationId
- Purpose:
- Provide hashing support for BloombergLP::blpapi::CorrelationId
- Description:
- This component provides an std::hash specialization for BloombergLP::blpapi::CorrelationId.
- Including this header allows using containers like std::unordered_map<BloombergLP::blpapi::CorrelationId, ...> and std::unordered_set<BloombergLP::blpapi::CorrelationId> without providing your own hashing method.
The hashing implementation provided by this module conforms to the requirements of the C++ standard and is primarily intended for use in hash tables.