9 #ifndef META_LENGTH_FILTER_H_
10 #define META_LENGTH_FILTER_H_
45 length_filter(std::unique_ptr<token_stream> source, uint64_t min,
58 void set_content(
const std::string& content)
override;
63 std::string
next()
override;
68 operator bool()
const override;
71 const static std::string
id;
96 std::unique_ptr<token_stream>
98 const cpptoml::table&);
Definition: analyzer.h:19