![]() |
Home | Libraries | People | FAQ | More |
boost::logic::tribool — 一個三態布爾類型。
class tribool {
public:
// construct/copy/destruct tribool();
tribool(bool);
tribool(indeterminate_keyword_t);
// public member functions operator safe_bool() const;
enum boost::logic::tribool::value_t value;
};
| Copyright © 2002-2004 Douglas Gregor |