rangeless::fn
rangeless::fn::impl::sliding_window Struct Reference

#include <fn.hpp>

Classes

struct  gen
 
struct  gen_c
 

Public Member Functions

template<typename Iterable >
auto operator() (Iterable inps) const -> seq< gen_c< Iterable >>
 
template<typename InGen >
auto operator() (seq< InGen > in) const -> seq< gen< InGen >>
 

Public Attributes

const size_t win_size
 

Detailed Description

Definition at line 1583 of file fn.hpp.

Member Function Documentation

◆ operator()() [1/2]

template<typename Iterable >
auto rangeless::fn::impl::sliding_window::operator() ( Iterable  inps) const -> seq<gen_c<Iterable>>
inline

Definition at line 1633 of file fn.hpp.

◆ operator()() [2/2]

template<typename InGen >
auto rangeless::fn::impl::sliding_window::operator() ( seq< InGen >  in) const -> seq<gen<InGen>>
inline

Definition at line 1677 of file fn.hpp.

Member Data Documentation

◆ win_size

const size_t rangeless::fn::impl::sliding_window::win_size

Definition at line 1585 of file fn.hpp.


The documentation for this struct was generated from the following file: