Return the value associated with the specified thread‐specific key. Note that if the key is not valid, a value of zero is returned, which is indistinguishable from a valid key with a 0 value.

Synopsis

Declared in <bslmt_threadutilimpl_pthread.h>

static
void*
getSpecific(Key const& key);

Created with MrDocs