| 482 | \endrst */ |
| 483 | template <typename T> |
| 484 | T reinterpret_borrow(handle h) { |
| 485 | return {h, object::borrowed_t{}}; |
| 486 | } |
| 487 | |
| 488 | /** \rst |
| 489 | Like `reinterpret_borrow`, but steals the reference. |
nothing calls this directly
no outgoing calls
no test coverage detected