boost::openmethod::registry::id

Return an address identifying the registry's state.

Synopsis

Declared in <boost/openmethod/preamble.hpp>

static
void const*
id();

Description

The address is the same in all the modules of a program if, and only if, they share the registry's state. Useful for diagnosing shared library setups.

Created with MrDocs