| 75 | } |
| 76 | |
| 77 | inline bool checkIfStartIndexAtDefaultPosition(const Index& bufferStartIndex) |
| 78 | { |
| 79 | return ((bufferStartIndex == 0).all()); |
| 80 | } |
| 81 | |
| 82 | inline Vector getIndexVectorFromIndex( |
| 83 | const Index& index, |
no outgoing calls
no test coverage detected