MT Core (C++)
Core library for replacing C++ standard in project usage
|
Splits a slice and iterates over the split portions. More...
#include <slice_algo.hpp>
Public Member Functions | |
Optional< Slice< T > > | next () |
Public Attributes | |
N | needle |
Slice< T > | haystack |
bool | emittedLast = true |
Splits a slice and iterates over the split portions.
T | Slice element type |
N | Needle type |
Definition at line 490 of file slice_algo.hpp.
|
inline |
Definition at line 495 of file slice_algo.hpp.
bool mtcore::slices::SplitIter< T, N >::emittedLast = true |
Definition at line 493 of file slice_algo.hpp.
Slice<T> mtcore::slices::SplitIter< T, N >::haystack |
Definition at line 492 of file slice_algo.hpp.
N mtcore::slices::SplitIter< T, N >::needle |
Definition at line 491 of file slice_algo.hpp.