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

Function operator<

include/boost/json/string.hpp:2126–2131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2124#else
2125template<class T, class U>
2126detail::string_comp_op_requirement<T, U>
2127operator<(T const& lhs, U const& rhs) noexcept
2128#endif
2129{
2130 return detail::to_string_view(lhs) < detail::to_string_view(rhs);
2131}
2132
2133/** Check if lhs is less than or equal to rhs.
2134

Callers

nothing calls this directly

Calls 1

to_string_viewFunction · 0.85

Tested by

no test coverage detected