#include <pytypes.h>
|  | 
| 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) | 
|  | 
Definition at line 1153 of file pytypes.h.
 
◆ key_type
◆ 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 | 
 
 
◆ 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 | 
 
 
The documentation for this struct was generated from the following file: