libzypp
10.5.0
|
Boost provides free peer-reviewed portable C++ source libraries. More...
Typedefs | |
typedef boost::logic::tribool | zypp::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 |
3-state boolean logic (true
, false
and indeterminate
).
namespace zypp { typedef boost::logic::tribool TriBool; using boost::logic::tribool; using boost::logic::indeterminate; }
operator==
, as ( indeterminate == indeterminate )
does not evaluate true. It's indeterminate
.