MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / convert

Method convert

unittests/catch.hpp:804–810  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

802 struct StringMaker {
803 template <typename Fake = T>
804 static
805 typename std::enable_if<::Catch::Detail::IsStreamInsertable<Fake>::value, std::string>::type
806 convert(const Fake& value) {
807 ReusableStringStream rss;
808 rss << value;
809 return rss.str();
810 }
811
812 template <typename Fake = T>
813 static

Callers

nothing calls this directly

Calls 2

convertUnstreamableFunction · 0.85
strMethod · 0.45

Tested by

no test coverage detected