|
Simple C++ Algorithms
|
const variation of slice_of More...
#include <scalgorithm.hpp>
Public Types | |
| typedef DC::const_iterator | const_iterator |
| typedef DC::value_type | value_type |
| typedef DC::size_type | size_type |
Public Member Functions | |
| const_slice_of (const C &c, size_t idx, size_t len) | |
| template<typename IT > | |
| const_slice_of (IT begin, IT end) | |
| size_t | size () const |
| return the iterable length of the slice | |
| auto | begin () const |
| return a const_iterator to the beginning of the container subset | |
| auto | end () const |
| return a const_iterator to the end of the container subset | |
const variation of slice_of