| 2597 | } |
| 2598 | template <typename D> |
| 2599 | item_accessor object_api<D>::operator[](handle key) const { |
| 2600 | return {derived(), reinterpret_borrow<object>(key)}; |
| 2601 | } |
| 2602 | template <typename D> |
| 2603 | item_accessor object_api<D>::operator[](object &&key) const { |
| 2604 | return {derived(), std::move(key)}; |