BLPAPI C++ 3.26.7
Loading...
Searching...
No Matches
Component blpapi_correlationidhash

Detailed Description

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.

Classes

struct  hash< BloombergLP::blpapi::CorrelationId >