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

◆ makeAnyKeyWriter()

template<typename K, typename V, typename UT>
MultiKeyWriter< K, V, UT > DataStorm::makeAnyKeyWriter ( const Topic< K, V, UT > & topic,
std::string name = std::string(),
const WriterConfig & config = WriterConfig() )
nodiscard

Creates an any-key writer for the given topic.

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

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

Definition at line 866 of file DataStorm.h.