MCPcopy Create free account
hub / github.com/boost-ext/ut / matcher

Method matcher

example/matcher.cpp:16–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14class matcher : public boost::ut::detail::op {
15 public:
16 matcher(bool result, const std::string& str) : result_{result}, str_{str} {}
17 constexpr explicit operator bool() const { return result_; }
18 friend auto operator<<(std::ostream& os, const matcher& self)
19 -> std::ostream& {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected