Home | History | Annotate | Download | only in plugins

Lines Matching refs:tail

949 inline SegmentReturnType tail(Index n)
955 /// This is the const version of tail(Index).
957 inline ConstSegmentReturnType tail(Index n) const
1045 inline typename FixedSegmentReturnType<N>::Type tail(Index n = N)
1051 /// This is the const version of tail<int>.
1054 inline typename ConstFixedSegmentReturnType<N>::Type tail(Index n = N) const