Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
parallel_markers.hpp File Reference
#include <boost/range/combine.hpp>
#include <boost/range/adaptor/filtered.hpp>
#include <boost/range/adaptor/transformed.hpp>
Include dependency graph for parallel_markers.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  sysio
 
namespace  sysio::chain
 

Functions

template<typename DataRange , typename MarkerRange , typename Marker >
DataRange sysio::chain::filter_data_by_marker (DataRange data, MarkerRange markers, const Marker &markerValue)
 Return values in DataRange corresponding to matching Markers.