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

Function operator>

include/boost/json/string.hpp:2192–2197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2190#else
2191template<class T, class U>
2192detail::string_comp_op_requirement<T, U>
2193operator>(T const& lhs, U const& rhs) noexcept
2194#endif
2195{
2196 return detail::to_string_view(lhs) > detail::to_string_view(rhs);
2197}
2198
2199} // namespace json
2200} // namespace boost

Callers

nothing calls this directly

Calls 1

to_string_viewFunction · 0.85

Tested by

no test coverage detected