MCPcopy Create free account
hub / github.com/chronoxor/CppServer / string

Method string

proto/simple.h:57–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 bool operator>=(const SimpleRequest& other) const noexcept { return !operator<(other); }
56
57 std::string string() const { std::stringstream ss; ss << *this; return ss.str(); }
58
59 friend std::ostream& operator<<(std::ostream& stream, const SimpleRequest& value);
60

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected