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

Issue #487: binding std::vector<E> with E non-copyable. More...

Public Member Functions

 E_nc (int i)
 
 E_nc (const E_nc &)=delete
 
 E_nc (E_nc &&)=default
 
E_ncoperator= (const E_nc &)=delete
 
E_ncoperator= (E_nc &&)=default
 

Public Attributes

int value
 

Detailed Description

Issue #487: binding std::vector<E> with E non-copyable.

Definition at line 32 of file test_stl_binders.cpp.

Constructor & Destructor Documentation

E_nc::E_nc ( int  i)
inlineexplicit

Definition at line 34 of file test_stl_binders.cpp.

E_nc::E_nc ( const E_nc )
delete
E_nc::E_nc ( E_nc &&  )
default

Member Function Documentation

E_nc& E_nc::operator= ( const E_nc )
delete
E_nc& E_nc::operator= ( E_nc &&  )
default

Member Data Documentation

int E_nc::value

Definition at line 40 of file test_stl_binders.cpp.


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


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