#include <pytypes.h>
Public Member Functions | |
accessor (handle obj, key_type key) | |
accessor (const accessor &)=default | |
accessor (accessor &&)=default | |
void | operator= (const accessor &a) && |
void | operator= (const accessor &a) & |
template<typename T > | |
void | operator= (T &&value) && |
template<typename T > | |
void | operator= (T &&value) & |
Public Attributes | |
template<typename T = Policy> | |
PYBIND11_DEPRECATED("Use of obj.attr(...) as bool is deprecated in favor of pybind11::hasattr(obj, ...)") explicit operator enable_if_t< std key_type | key |
object | cache |
|
inline |
|
inline |
PYBIND11_DEPRECATED ("Use of obj.attr(...) as bool is deprecated in favor of pybind11::hasattr(obj, ...)") explicit operator enable_if_t<std key_type accessor< Policy >::key |