Namespaces
Variants

std::error_condition:: operator bool

From cppreference.net
Utilities library
explicit operator bool ( ) const noexcept ;
(seit C++11)

Prüft, ob der gespeicherte Fehlerwert ungleich null ist.

Parameter

(keine)

Rückgabewert

true wenn value ! = 0 , false andernfalls.