MCPcopy Create free account
hub / github.com/3DBAG/roofer / stringstream_proxy

Method stringstream_proxy

apps/external/argh.h:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 class stringstream_proxy {
26 public:
27 stringstream_proxy() = default;
28
29 // Construct with a value.
30 stringstream_proxy(std::string const& value) : stream_(value) {}

Callers

nothing calls this directly

Calls 2

setstateMethod · 0.80
strMethod · 0.45

Tested by

no test coverage detected