| 121 | } |
| 122 | |
| 123 | inline object const_slice_policies::get(object const& target, key_type const& key) |
| 124 | { |
| 125 | return getslice(target, key.first, key.second); |
| 126 | } |
| 127 | |
| 128 | inline object const& slice_policies::set( |
| 129 | object const& target |
nothing calls this directly
no test coverage detected