Constructors

Synopses

Declared in <folly/detail/ThreadLocalDetail.h>

Constructs an unallocated entry id.

constexpr
EntryID();

Copy construction is disabled.

EntryID(EntryID const& other) = delete;

Move constructor; leaves the source unallocated.

EntryID(EntryID&& other) noexcept;

Parameters

Name

Description

other

The entry id to copy.

Created with MrDocs