#ifndef STR_BUFFER_HH #define STR_BUFFER_HH #include "buffer.hh" #include #include #include std::unique_ptr make_strbuffer(std::string content); std::unique_ptr make_strbuffer(std::string_view content); std::unique_ptr make_strbuffer(std::shared_ptr content); #endif // STR_BUFFER_HH