| 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected