Constructors

Synopses

Declared in <folly/lang/MustUseImmediately.h>

Default‐construct the CRTP base.

Deleted copy constructor; the type is non‐copyable.

Deleted move constructor; the type is immovable.

Parameters

Name

Description

other

The instance to copy from (this overload is deleted).

Created with MrDocs