proxygen
folly::replaceable_detail::copy_ctor_mixin< T, false > Struct Template Reference

#include <Replaceable.h>

Public Member Functions

 copy_ctor_mixin ()=default
 
 copy_ctor_mixin (copy_ctor_mixin &&)=default
 
 copy_ctor_mixin (copy_ctor_mixin const &)=delete
 
copy_ctor_mixinoperator= (copy_ctor_mixin &&)=default
 
copy_ctor_mixinoperator= (copy_ctor_mixin const &)=delete
 

Detailed Description

template<class T>
struct folly::replaceable_detail::copy_ctor_mixin< T, false >

Definition at line 300 of file Replaceable.h.

Constructor & Destructor Documentation

template<class T >
folly::replaceable_detail::copy_ctor_mixin< T, false >::copy_ctor_mixin ( )
default
template<class T >
folly::replaceable_detail::copy_ctor_mixin< T, false >::copy_ctor_mixin ( copy_ctor_mixin< T, false > &&  )
default
template<class T >
folly::replaceable_detail::copy_ctor_mixin< T, false >::copy_ctor_mixin ( copy_ctor_mixin< T, false > const &  )
delete

Member Function Documentation

template<class T >
copy_ctor_mixin& folly::replaceable_detail::copy_ctor_mixin< T, false >::operator= ( copy_ctor_mixin< T, false > &&  )
default
template<class T >
copy_ctor_mixin& folly::replaceable_detail::copy_ctor_mixin< T, false >::operator= ( copy_ctor_mixin< T, false > const &  )
delete

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