MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / cfile_streambuf

Method cfile_streambuf

src/backward.h:3935–3935  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3933class cfile_streambuf : public std::streambuf {
3934public:
3935 cfile_streambuf(FILE* _sink) : sink(_sink) {}
3936 int_type underflow() override { return traits_type::eof(); }
3937 int_type overflow(int_type ch) override
3938 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected