![]() |
Bitcoin Core 31.99.0
P2P Digital Currency
|
CRTP Helper to limit a class to at most one at a time. More...
#include <time.h>
Public Member Functions | |
| LimitOne () | |
| ~LimitOne () | |
| LimitOne (const LimitOne &)=delete | |
| LimitOne & | operator= (const LimitOne &)=delete |
Static Private Attributes | |
| static bool | g_T_available {true} |
CRTP Helper to limit a class to at most one at a time.