:relfileprefix: ../../../../ [#223F019A9FDE6499F7A07F39E63166BF5A5D79CC] = Friend operator>= == Synopsis Declared in header `` [source,cpp,subs="verbatim,macros,-callouts"] ---- template< class S0, class S1> friend constexpr enable_if::value, bool>::type operator>=( const S0& s0, const S1& s1) noexcept; ----