MCPcopy Create free account
hub / github.com/KTH-RPL/dufomap / operator>

Method operator>

src/toml.hpp:2717–2720  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2715
2716 TOML_PURE_INLINE_GETTER
2717 friend constexpr bool operator>(const date_time& lhs, const date_time& rhs) noexcept
2718 {
2719 return !(lhs <= rhs);
2720 }
2721
2722 TOML_PURE_INLINE_GETTER
2723 friend constexpr bool operator>=(const date_time& lhs, const date_time& rhs) noexcept

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected