adapnex::core::Context::Current
Returns the thread‐local Context instance for the calling thread.
Synopsis
Declared in <adapnex/core/context.h>
static
std::shared_ptr<Context> const&
Current();
Return Value
the thread‐local Context instance for the calling thread.
Created with MrDocs