MCPcopy Create free account
hub / github.com/BowenFu/hspp / Stream

Method Stream

include/concurrent.h:1262–1264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1260{
1261public:
1262 Stream(StreamBase<A> sb)
1263 : StreamBase<A>{std::move(sb)}
1264 {}
1265};
1266
1267template <typename A>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected