#include <Singleton.h>
Definition at line 255 of file Singleton.h.
Enumerator |
---|
Running |
|
Quiescing |
|
Definition at line 257 of file Singleton.h.
void folly::detail::SingletonVaultState::check |
( |
Type |
expected, |
|
|
const char * |
msg = "Unexpected singleton state change" |
|
) |
| const |
|
inline |
Definition at line 268 of file Singleton.h.
271 if (expected !=
state) {
272 throw_exception<std::logic_error>(msg);
bool folly::detail::SingletonVaultState::registrationComplete {false} |
The documentation for this struct was generated from the following file: