Constructors
Synopses
Declared in <folly/lang/MustUseImmediately.h>
Default‐construct the CRTP base.
must_use_immediately_crtp() = default;
Deleted copy constructor; the type is non‐copyable.
must_use_immediately_crtp(must_use_immediately_crtp const& other) = delete;
Deleted move constructor; the type is immovable.
Parameters
Name |
Description |
other |
The instance to copy from (this overload is deleted). |
Created with MrDocs