MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / operator <<

Method operator <<

unittests/catch.hpp:674–677  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

672
673 template<typename T>
674 auto operator << ( T const& value ) -> ReusableStringStream& {
675 *m_oss << value;
676 return *this;
677 }
678 auto get() -> std::ostream& { return *m_oss; }
679
680 static void cleanup();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected