Home
last modified time | relevance | path

Searched defs:oteststream (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/contract/test/detail/
Doteststream.hpp27 struct oteststream : struct
32 oteststream() : in oteststream() argument
41 std::string str() const { return oss_.str(); } in str()
42 void str(std::string const& s) { oss_.str(s); } in str()
44 bool eq(std::string const& s) { return eq(str(), s); } in eq()
47 static bool eq(std::string const& r, std::string const& s) { in eq()