Public Member Functions | Static Public Member Functions | List of all members
type_caster< MoveOnlyInt > Struct Template Reference

Public Member Functions

bool load (handle src, bool)
 
 PYBIND11_TYPE_CASTER (MoveOnlyInt, const_name("MoveOnlyInt"))
 

Static Public Member Functions

static handle cast (const MoveOnlyInt &m, return_value_policy r, handle p)
 

Detailed Description

template<>
struct type_caster< MoveOnlyInt >

Definition at line 107 of file test_copy_move.cpp.

Member Function Documentation

◆ cast()

static handle type_caster< MoveOnlyInt >::cast ( const MoveOnlyInt m,
return_value_policy  r,
handle  p 
)
inlinestatic

Definition at line 113 of file test_copy_move.cpp.

◆ load()

bool type_caster< MoveOnlyInt >::load ( handle  src,
bool   
)
inline

Definition at line 109 of file test_copy_move.cpp.

◆ PYBIND11_TYPE_CASTER()

type_caster< MoveOnlyInt >::PYBIND11_TYPE_CASTER ( MoveOnlyInt  ,
const_name("MoveOnlyInt")   
)

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


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