MCPcopy Create free account
hub / github.com/Kitware/CMake / testOperatorStream

Function testOperatorStream

Tests/CMakeLib/testString.cxx:512–519  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

510}
511
512static bool testOperatorStream()
513{
514 std::cout << "testOperatorStream()\n";
515 std::ostringstream ss;
516 ss << "a" << cm::String("b") << 'c';
517 ASSERT_TRUE(ss.str() == "abc");
518 return true;
519}
520
521static bool testOperatorStdStringPlusEqual()
522{

Callers

nothing calls this directly

Calls 2

StringFunction · 0.85
strMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…