Public Member Functions | List of all members
IncType Class Reference

Like UserType, but increments value on copy for quick reference vs. copy tests. More...

#include <pybind11_tests.h>

Inheritance diagram for IncType:
Inheritance graph
[legend]

Public Member Functions

 IncType ()=default
 
 IncType (const IncType &other)
 
 IncType (IncType &&)=delete
 
IncTypeoperator= (const IncType &)=delete
 
IncTypeoperator= (IncType &&)=delete
 

Detailed Description

Like UserType, but increments value on copy for quick reference vs. copy tests.

Definition at line 39 of file pybind11_tests.h.

Constructor & Destructor Documentation

◆ IncType() [1/3]

IncType::IncType ( )
default

◆ IncType() [2/3]

IncType::IncType ( const IncType other)
inline

Definition at line 43 of file pybind11_tests.h.

◆ IncType() [3/3]

IncType::IncType ( IncType &&  )
delete

Member Function Documentation

◆ operator=() [1/2]

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

◆ operator=() [2/2]

IncType& IncType::operator= ( IncType &&  )
delete

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


gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:41:02