proxygen
folly::sync_tests::NotCopiableNotMovable Struct Reference

#include <SynchronizedTestLib-inl.h>

Public Member Functions

 NotCopiableNotMovable (int, const char *)
 
 NotCopiableNotMovable (const NotCopiableNotMovable &)=delete
 
NotCopiableNotMovableoperator= (const NotCopiableNotMovable &)=delete
 
 NotCopiableNotMovable (NotCopiableNotMovable &&)=delete
 
NotCopiableNotMovableoperator= (NotCopiableNotMovable &&)=delete
 

Detailed Description

Definition at line 858 of file SynchronizedTestLib-inl.h.

Constructor & Destructor Documentation

folly::sync_tests::NotCopiableNotMovable::NotCopiableNotMovable ( int  ,
const char *   
)
inline

Definition at line 859 of file SynchronizedTestLib-inl.h.

References operator=().

859 {}
folly::sync_tests::NotCopiableNotMovable::NotCopiableNotMovable ( const NotCopiableNotMovable )
delete
folly::sync_tests::NotCopiableNotMovable::NotCopiableNotMovable ( NotCopiableNotMovable &&  )
delete

Member Function Documentation

NotCopiableNotMovable& folly::sync_tests::NotCopiableNotMovable::operator= ( const NotCopiableNotMovable )
delete

Referenced by NotCopiableNotMovable().

NotCopiableNotMovable& folly::sync_tests::NotCopiableNotMovable::operator= ( NotCopiableNotMovable &&  )
delete

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