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

Method string

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

Source from the content-addressed store, hash-verified

162 bool operator>=(const SimpleReject& other) const noexcept { return !operator<(other); }
163
164 std::string string() const { std::stringstream ss; ss << *this; return ss.str(); }
165
166 friend std::ostream& operator<<(std::ostream& stream, const SimpleReject& value);
167

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected