A singleton whose instance is intentionally never destroyed.
Synopsis
Declared in <folly/Singleton.h>
template<
typename T,
typename Tag = /* implementation-defined */>
class LeakySingleton;
Type Aliases
Name |
Description |
Create function used to build the singleton instance. |
Member Functions
Name |
Description |
|
Constructors |
Static Member Functions
Name |
Description |
Get a reference to the singleton instance. |
|
|
Created with MrDocs