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

◆ makeFilteredKeyReader() [1/2]

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

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

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

Parameters
topicThe topic.
filterThe key filter.
nameThe optional reader name.
configThe optional reader configuration.

Definition at line 696 of file DataStorm.h.