folly::expected_detail::MoveConstructible

Mixin that adds a move constructor which delegates to the derived assign.

Synopsis

Declared in <folly/Expected.h>

template<
    class Derived,
    bool,
    bool Noexcept>
struct MoveConstructible;

Member Functions

NameDescription
MoveConstructible [constructor]Constructors
operator= Assignment operators

Specializations

Name
MoveConstructible<Derived, false, Noexcept>

Derived Classes

NameDescription
ExpectedStorage<Value, Error, StorageType::eUnion>