Home
last modified time | relevance | path

Searched refs:indeterminate_value (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/logic/
Dtribool.hpp105 BOOST_CONSTEXPR tribool(indeterminate_keyword_t) BOOST_NOEXCEPT : value(indeterminate_value) {} in tribool()
134 enum value_t { false_value, true_value, indeterminate_value } value; enumerator
141 return x.value == tribool::indeterminate_value; in indeterminate()
466 { return x.value == boost::logic::tribool::indeterminate_value; }