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

#include <Replaceable.h>

Public Member Functions

 dtor_mixin ()=default
 
 dtor_mixin (dtor_mixin &&)=default
 
 dtor_mixin (dtor_mixin const &)=default
 
dtor_mixinoperator= (dtor_mixin &&)=default
 
dtor_mixinoperator= (dtor_mixin const &)=default
 
 ~dtor_mixin ()=delete
 

Detailed Description

template<class T, bool A>
struct folly::replaceable_detail::dtor_mixin< T, false, A >

Definition at line 168 of file Replaceable.h.

Constructor & Destructor Documentation

template<class T , bool A>
folly::replaceable_detail::dtor_mixin< T, false, A >::dtor_mixin ( )
default
template<class T , bool A>
folly::replaceable_detail::dtor_mixin< T, false, A >::dtor_mixin ( dtor_mixin< T, false, A > &&  )
default
template<class T , bool A>
folly::replaceable_detail::dtor_mixin< T, false, A >::dtor_mixin ( dtor_mixin< T, false, A > const &  )
default
template<class T , bool A>
folly::replaceable_detail::dtor_mixin< T, false, A >::~dtor_mixin ( )
delete

Member Function Documentation

template<class T , bool A>
dtor_mixin& folly::replaceable_detail::dtor_mixin< T, false, A >::operator= ( dtor_mixin< T, false, A > &&  )
default
template<class T , bool A>
dtor_mixin& folly::replaceable_detail::dtor_mixin< T, false, A >::operator= ( dtor_mixin< T, false, A > const &  )
default

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