libzypp 17.32.2
|
Typedefs | |
using | zypp::TriBool = boost::logic::tribool |
3-state boolean logic (true , false and indeterminate ). | |
Boost provides free peer-reviewed portable C++ source libraries. Several boost
names were dragged or typedefed into namespace zypp
.
typedef boost::logic::tribool zypp::TriBool = boost::logic::tribool |
3-state boolean logic (true
, false
and indeterminate
).
operator==
, as ( indeterminate == indeterminate )
does not evaluate true. It's indeterminate
.