herald
2.0.0
|
#include <ranges.h>
Friends | |
template<typename IterProxyT > | |
auto | operator| (IterProxyT proxy, to_view view) -> herald::analysis::views::view< IterProxyT > |
template<typename SampleT , std::size_t ListSize, typename IterProxyT = iterator_proxy<herald::analysis::sampling::SampleList<SampleT,ListSize>>> | |
auto | operator| (herald::analysis::sampling::SampleList< SampleT, ListSize > &coll, to_view view) -> herald::analysis::views::view< IterProxyT > |
Convert an unfiltered source collection into a view. | |
Simple action to convert the end of a *iterator_proxy chain in to a final view class The final view class has begin() and end() and other STL collection like features