Constructors
Synopses
Declared in <folly/detail/ThreadLocalDetail.h>
Constructs an unallocated entry id.
constexpr
EntryID();
Copy construction is disabled.
Move constructor; leaves the source unallocated.
Parameters
Name |
Description |
other |
The entry id to copy. |
Created with MrDocs