proxygen
folly::expected_detail::CopyConstructible< Derived, false, Noexcept > Struct Template Reference

#include <Expected.h>

Public Member Functions

constexpr CopyConstructible ()=default
 
 CopyConstructible (const CopyConstructible &)=delete
 
constexpr CopyConstructible (CopyConstructible &&)=default
 
CopyConstructibleoperator= (const CopyConstructible &)=default
 
CopyConstructibleoperator= (CopyConstructible &&)=default
 

Detailed Description

template<class Derived, bool Noexcept>
struct folly::expected_detail::CopyConstructible< Derived, false, Noexcept >

Definition at line 323 of file Expected.h.

Constructor & Destructor Documentation

template<class Derived , bool Noexcept>
constexpr folly::expected_detail::CopyConstructible< Derived, false, Noexcept >::CopyConstructible ( )
default
template<class Derived , bool Noexcept>
folly::expected_detail::CopyConstructible< Derived, false, Noexcept >::CopyConstructible ( const CopyConstructible< Derived, false, Noexcept > &  )
delete
template<class Derived , bool Noexcept>
constexpr folly::expected_detail::CopyConstructible< Derived, false, Noexcept >::CopyConstructible ( CopyConstructible< Derived, false, Noexcept > &&  )
default

Member Function Documentation

template<class Derived , bool Noexcept>
CopyConstructible& folly::expected_detail::CopyConstructible< Derived, false, Noexcept >::operator= ( const CopyConstructible< Derived, false, Noexcept > &  )
default
template<class Derived , bool Noexcept>
CopyConstructible& folly::expected_detail::CopyConstructible< Derived, false, Noexcept >::operator= ( CopyConstructible< Derived, false, Noexcept > &&  )
default

The documentation for this struct was generated from the following file: