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 |
|
Constructors |
Assignment operators |
Specializations
Derived Classes
Name |
Description |
|
Created with MrDocs