Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ makeFilteredKeyReader() [2/2]

template<typename KFC, typename SFC, typename K, typename V, typename UT>
FilteredKeyReader< K, V, UT > DataStorm::makeFilteredKeyReader ( const Topic< K, V, UT > & topic,
const Filter< KFC > & keyFilter,
const Filter< SFC > & sampleFilter,
std::string name = std::string(),
const ReaderConfig & config = ReaderConfig() )
nodiscard

Creates a new filter reader for the given topic, key filter and sample filter.

This helper method deduces the topic Key, Value and UpdateTag types from the topic argument.

Parameters
topicThe topic.
keyFilterThe key filter.
sampleFilterThe sample filter.
nameThe optional reader name.
configThe optional reader configuration.

Definition at line 713 of file DataStorm.h.