#include <panocpy/kwargs-to-struct.hpp>
Definition at line 42 of file kwargs-to-struct.hpp.
Collaboration diagram for attr_setter_fun_t< T >:Public Member Functions | |
| template<class A > | |
| attr_setter_fun_t (A T::*attr) | |
Public Attributes | |
| std::function< void(T &, const py::handle &)> | set |
| std::function< py::object(const T &)> | get |
|
inline |
Definition at line 45 of file kwargs-to-struct.hpp.
| std::function<void(T &, const py::handle &)> set |
Definition at line 48 of file kwargs-to-struct.hpp.
| std::function<py::object(const T &)> get |
Definition at line 49 of file kwargs-to-struct.hpp.