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, _("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 73 of file test_copy_move.cpp.

Member Function Documentation

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

Definition at line 76 of file test_copy_move.cpp.

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

Definition at line 75 of file test_copy_move.cpp.

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

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


gtsam
Author(s):
autogenerated on Sat May 8 2021 02:51:54