BLPAPI C++ 3.25.8
Loading...
Searching...
No Matches
Component blpapi_name

Provide a representation of strings for use as container keys. More...

Namespaces

namespace  BloombergLP
 
namespace  BloombergLP::blpapi
 

Classes

class  Name
 

Detailed Description

Provide a representation of strings for use as container keys.

Purpose:
Provide a representation of strings for use as container keys.
Classes:
blpapi::Name constant string in an efficient form for use as container keys
Description:
This component implements a representation of a string which is efficient for use as a key in a container (constant-time hashing and ordering operations using the standard "intern string" technique).