38 #ifndef DRAIN_STRING_BUILDER
39 #define DRAIN_STRING_BUILDER
52 #include "StreamBuilder.h"
62 template<
typename ... TT>
69 template<
typename ... TT>
76 template<
typename ... TT>
78 streamBuilder.create(args...);
80 std::stringbuf *buf = streamBuilder.rdbuf();
81 if (buf->in_avail() > 0){
83 while ((c = buf->sbumpc()) != EOF){
85 this->push_back(
static_cast<char>(c));
Definition: StreamBuilder.h:59
Definition: StringBuilder.h:58
Definition: DataSelector.cpp:1277