MCPcopy Create free account
hub / github.com/TranslucentTB/TranslucentTB / SameString

Method SameString

Tests/config/rapidjsonhelper.cpp:79–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 using is_gtest_matcher = void;
78
79 constexpr SameString(std::wstring_view str) noexcept : m_MatchStr(str) { }
80
81 constexpr bool MatchAndExplain(const std::tuple<const wchar_t *, rj::SizeType> &args, std::ostream *) const noexcept
82 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected