[#mp_units-is_eq_zero] = xref:mp_units.adoc[mp_units]::is_eq_zero :relfileprefix: ../ :mrdocs: == Synopsis Declared in `<mp‐units/framework/compare.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename T> requires requires { { T::zero() } ‐> std::equality_comparable_with<T>; } [[nodiscard]] constexpr bool is_eq_zero(T v); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#