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

Synopsis

Declared in <folly/Expected.h>

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

Member Functions

Name

Description

CopyConstructible [constructor]

Constructors

operator=

Assignment operators

Specializations

Derived Classes