MCPcopy Create free account
hub / github.com/p-ranav/tabulate / operator>

Function operator>

include/tabulate/optional_lite.hpp:1271–1273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1269
1270template <typename T, typename U>
1271inline optional_constexpr bool operator>(optional<T> const &x, optional<U> const &y) {
1272 return (y < x);
1273}
1274
1275template <typename T, typename U>
1276inline optional_constexpr bool operator<=(optional<T> const &x, optional<U> const &y) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected