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

Function operator<=

include/boost/json/string.hpp:2148–2153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2146#else
2147template<class T, class U>
2148detail::string_comp_op_requirement<T, U>
2149operator<=(T const& lhs, U const& rhs) noexcept
2150#endif
2151{
2152 return detail::to_string_view(lhs) <= detail::to_string_view(rhs);
2153}
2154
2155/** Check if lhs is more than or equal to rhs.
2156

Callers

nothing calls this directly

Calls 1

to_string_viewFunction · 0.85

Tested by

no test coverage detected