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

◆ makeAnyKeyReader() [2/2]

template<typename K, typename V, typename UT>
MultiKeyReader< K, V, UT > DataStorm::makeAnyKeyReader ( const Topic< K, V, UT > & topic,
std::string name = std::string(),
const ReaderConfig & config = ReaderConfig() )
nodiscard

Creates an any-key reader for the given topic.

This helper method deduces the topic Key, Value and UpdateTag types from the topic argument. The reader will receive samples for any keys from the topic.

Parameters
topicThe topic.
nameThe optional reader name.
configThe optional reader configuration.

Definition at line 616 of file DataStorm.h.