Public Types | Static Public Member Functions | List of all members
tuple_item Struct Reference

#include <pytypes.h>

Public Types

using key_type = size_t
 

Static Public Member Functions

template<typename IdxType , detail::enable_if_t< std::is_integral< IdxType >::value, int > = 0>
static object get (handle obj, const IdxType &index)
 
template<typename IdxType , detail::enable_if_t< std::is_integral< IdxType >::value, int > = 0>
static void set (handle obj, const IdxType &index, handle val)
 

Detailed Description

Definition at line 998 of file pytypes.h.

Member Typedef Documentation

◆ key_type

Definition at line 999 of file pytypes.h.

Member Function Documentation

◆ get()

template<typename IdxType , detail::enable_if_t< std::is_integral< IdxType >::value, int > = 0>
static object tuple_item::get ( handle  obj,
const IdxType &  index 
)
inlinestatic

Definition at line 1002 of file pytypes.h.

◆ set()

template<typename IdxType , detail::enable_if_t< std::is_integral< IdxType >::value, int > = 0>
static void tuple_item::set ( handle  obj,
const IdxType &  index,
handle  val 
)
inlinestatic

Definition at line 1011 of file pytypes.h.


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


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