| 2068 | |
| 2069 | template <typename PM, must_be_member_function_pointer<PM> = 0> |
| 2070 | static cpp_function read(PM pm, const handle &hdl) { |
| 2071 | return readonly(pm, hdl); |
| 2072 | } |
| 2073 | |
| 2074 | template <typename PM, must_be_member_function_pointer<PM> = 0> |
| 2075 | static cpp_function write(PM pm, const handle &hdl) { |
no outgoing calls