mqtt_cpp
Functions
topic_filter_tokenizer.hpp File Reference
#include <algorithm>
#include <mqtt/broker/broker_namespace.hpp>
#include <mqtt/string_view.hpp>
Include dependency graph for topic_filter_tokenizer.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<typename Iterator , typename Output >
void topic_filter_tokenizer (Iterator first, Iterator last, Output write)
 
template<typename Output >
void topic_filter_tokenizer (string_view str, Output write)
 

Function Documentation

◆ topic_filter_tokenizer() [1/2]

template<typename Iterator , typename Output >
void topic_filter_tokenizer ( Iterator  first,
Iterator  last,
Output  write 
)
inline

◆ topic_filter_tokenizer() [2/2]

template<typename Output >
void topic_filter_tokenizer ( string_view  str,
Output  write 
)
inline