#include <wipal/tool/window.hh>
Public Member Functions | |
window_maker (const InputIterator &first, const InputIterator &last) | |
Friends | |
class | window< InputIterator, WSize, Step > |
window_maker's main role is to provide a begin()
and an end()
method that return windows over a sequence.
tool::window_maker< I, Ws, S, B >::window_maker | ( | const I & | first, | |
const I & | last | |||
) | [inline] |
Construct a window_maker from a sequence.