Mixin that adds a move constructor which delegates to the derived assign.
Declared in <folly/Expected.h>
template<
class Derived,
bool,
bool Noexcept>
struct MoveConstructible;
| Name | Description |
|---|---|
MoveConstructible [constructor] | Constructors |
operator= | Assignment operators |
| Name |
|---|
MoveConstructible<Derived, false, Noexcept> |
| Name | Description |
|---|---|
ExpectedStorage<Value, Error, StorageType::eUnion> |