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

Function operator!=

include/boost/json/string.hpp:2104–2109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2102#else
2103template<class T, class U>
2104detail::string_comp_op_requirement<T, U>
2105operator!=(T const& lhs, U const& rhs) noexcept
2106#endif
2107{
2108 return detail::to_string_view(lhs) != detail::to_string_view(rhs);
2109}
2110
2111/** Check if lhs is less than rhs.
2112

Callers

nothing calls this directly

Calls 1

to_string_viewFunction · 0.85

Tested by

no test coverage detected