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 (const E_nc &)=delete
 
 E_nc (E_nc &&)=default
 
 E_nc (int i)
 
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 33 of file test_stl_binders.cpp.

Constructor & Destructor Documentation

◆ E_nc() [1/3]

E_nc::E_nc ( int  i)
inlineexplicit

Definition at line 35 of file test_stl_binders.cpp.

◆ E_nc() [2/3]

E_nc::E_nc ( const E_nc )
delete

◆ E_nc() [3/3]

E_nc::E_nc ( E_nc &&  )
default

Member Function Documentation

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

Member Data Documentation

◆ value

int E_nc::value

Definition at line 41 of file test_stl_binders.cpp.


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


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