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