Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ NullOStream
Method
NullOStream
pdal/util/NullOStream.hpp:59–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
{
58
public:
59
NullOStream() : std::ostream(this)
60
{}
61
NullStreambuf* rdbuf() const
62
{ return const_cast<NullOStream *>(this); }
63
};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected