#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 1111 of file pytypes.h.
◆ key_type
◆ get()
template<typename IdxType , detail::enable_if_t< std::is_integral< IdxType >::value, int > = 0>
static object sequence_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 sequence_item::set |
( |
handle |
obj, |
|
|
const IdxType & |
index, |
|
|
handle |
val |
|
) |
| |
|
inlinestatic |
The documentation for this struct was generated from the following file: