Commit 35742367 authored by Dominik Charousset's avatar Dominik Charousset

Make buffer of downstream accessible

parent 4e6f7996
...@@ -49,6 +49,11 @@ public: ...@@ -49,6 +49,11 @@ public:
buf_.emplace_back(std::forward<Ts>(xs)...); buf_.emplace_back(std::forward<Ts>(xs)...);
} }
// @private
queue_type& buf() {
return buf_;
}
protected: protected:
queue_type& buf_; queue_type& buf_;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment