Public Member Functions | Public Attributes | List of all members
MoveOnlyInt Class Reference

Public Member Functions

 MoveOnlyInt ()
 
 MoveOnlyInt (int v)
 
 MoveOnlyInt (MoveOnlyInt &&m)
 
 MoveOnlyInt (const MoveOnlyInt &)=delete
 
MoveOnlyIntoperator= (MoveOnlyInt &&m)
 
MoveOnlyIntoperator= (const MoveOnlyInt &)=delete
 
 ~MoveOnlyInt ()
 

Public Attributes

int value
 

Detailed Description

Definition at line 37 of file test_copy_move.cpp.

Constructor & Destructor Documentation

MoveOnlyInt::MoveOnlyInt ( )
inline

Definition at line 39 of file test_copy_move.cpp.

MoveOnlyInt::MoveOnlyInt ( int  v)
inline

Definition at line 40 of file test_copy_move.cpp.

MoveOnlyInt::MoveOnlyInt ( MoveOnlyInt &&  m)
inline

Definition at line 41 of file test_copy_move.cpp.

MoveOnlyInt::MoveOnlyInt ( const MoveOnlyInt )
delete
MoveOnlyInt::~MoveOnlyInt ( )
inline

Definition at line 45 of file test_copy_move.cpp.

Member Function Documentation

MoveOnlyInt& MoveOnlyInt::operator= ( MoveOnlyInt &&  m)
inline

Definition at line 42 of file test_copy_move.cpp.

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

Member Data Documentation

int MoveOnlyInt::value

Definition at line 47 of file test_copy_move.cpp.


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


gtsam
Author(s):
autogenerated on Sat May 8 2021 02:51:48