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

Function operator>=

include/boost/json/string.hpp:2170–2175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2168#else
2169template<class T, class U>
2170detail::string_comp_op_requirement<T, U>
2171operator>=(T const& lhs, U const& rhs) noexcept
2172#endif
2173{
2174 return detail::to_string_view(lhs) >= detail::to_string_view(rhs);
2175}
2176
2177/** Check if lhs is greater than rhs.
2178

Callers

nothing calls this directly

Calls 1

to_string_viewFunction · 0.85

Tested by

no test coverage detected