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

Function operator<=

include/tabulate/optional_lite.hpp:1276–1278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1274
1275template <typename T, typename U>
1276inline optional_constexpr bool operator<=(optional<T> const &x, optional<U> const &y) {
1277 return !(y < x);
1278}
1279
1280template <typename T, typename U>
1281inline 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