MongoDB C++ Driver
legacy-1.1.2
|
Type representing the act of registering a process-global intialization function. More...
#include <global_initializer_registerer.h>
Type representing the act of registering a process-global intialization function.
Create a module-global instance of this type to register a new initializer, to be run by a call to a variant of mongo::runGlobalInitializers(). See mongo/base/initializer.h, mongo/base/init.h and mongo/base/initializer_dependency_graph.h for details.