Public Member Functions | List of all members
NotCopyable Struct Reference

Public Member Functions

 NotCopyable ()=default
 
 NotCopyable (NotCopyable &&)=default
 
 NotCopyable (NotCopyable const &)=delete
 
NotCopyableoperator= (NotCopyable &&)=default
 
NotCopyableoperator= (NotCopyable const &)=delete
 

Detailed Description

Definition at line 333 of file test_copy_move.cpp.

Constructor & Destructor Documentation

◆ NotCopyable() [1/3]

NotCopyable::NotCopyable ( )
default

◆ NotCopyable() [2/3]

NotCopyable::NotCopyable ( NotCopyable const &  )
delete

◆ NotCopyable() [3/3]

NotCopyable::NotCopyable ( NotCopyable &&  )
default

Member Function Documentation

◆ operator=() [1/2]

NotCopyable& NotCopyable::operator= ( NotCopyable &&  )
default

◆ operator=() [2/2]

NotCopyable& NotCopyable::operator= ( NotCopyable const &  )
delete

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


gtsam
Author(s):
autogenerated on Tue Jun 25 2024 03:08:15