MCPcopy Create free account
hub / github.com/boostorg/json / operator==

Function operator==

include/boost/json/string.hpp:2080–2085  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2078#else
2079template<class T, class U>
2080detail::string_comp_op_requirement<T, U>
2081operator==(T const& lhs, U const& rhs) noexcept
2082#endif
2083{
2084 return detail::to_string_view(lhs) == detail::to_string_view(rhs);
2085}
2086
2087/** Checks if lhs does not equal rhs.
2088

Callers

nothing calls this directly

Calls 1

to_string_viewFunction · 0.85

Tested by

no test coverage detected