Like UserType, but increments value on copy for quick reference vs. copy tests.
More...
#include <pybind11_tests.h>

Public Member Functions | |
| IncType ()=default | |
| IncType (const IncType &other) | |
| IncType (IncType &&)=delete | |
| IncType & | operator= (const IncType &)=delete |
| IncType & | operator= (IncType &&)=delete |
| UserType ()=default | |
| UserType (int i) | |
Like UserType, but increments value on copy for quick reference vs. copy tests.
Definition at line 41 of file pybind11_tests.h.
|
default |
|
inline |
Definition at line 45 of file pybind11_tests.h.
|
delete |
|
default |
|
inlineexplicit |
Definition at line 31 of file pybind11_tests.h.