[#mp_units-check_non_negative-operator_call] = xref:mp_units.adoc[mp_units]::xref:mp_units/check_non_negative.adoc[check_non_negative]::operator() :relfileprefix: ../../ :mrdocs: Checks that `v` is non‐negative and reports a violation otherwise. == Synopsis Declared in `<mp‐units/overflow_policies.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<xref:mp_units/Quantity-0c.adoc[Quantity] V> constexpr V operator()(V v) const; ---- == Return Value `v` unchanged, if it is non‐negative == Parameters [cols="1,4"] |=== | Name| Description | *v* | the value to check |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#