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 |
Like UserType, but increments value on copy for quick reference vs. copy tests.
Definition at line 39 of file pybind11_tests.h.
|
default |
|
inline |
Definition at line 43 of file pybind11_tests.h.
|
delete |