| 345 | |
| 346 | template <class T> |
| 347 | FixedVArray<T> |
| 348 | FixedVArray<T>::getslice_mask (const FixedArray<int>& mask) |
| 349 | { |
| 350 | return FixedVArray<T> (*this, mask); |
| 351 | } |
| 352 | |
| 353 | template <class T> |
| 354 | void |
nothing calls this directly
no outgoing calls
no test coverage detected