the *type* of the boolean value **false**
Use std::false for constants in your programs (not std_types::false).
Use std_types::false to add new functionality to the false-type.
| std_types::object | the prototype object for all "normal" objects |
| std_types::true | the *type* of the boolean value **true** |
| std::false | the boolean value "false" |
| std::is_a_boolean | obvious |
| std::not | returns true |
| std::and | returns |
| std::equal | is only equal to itself |
| std::if | evaluates the else-part and returns its result(s) |
| std::if_not | evaluates the then-part and returns its result(s) |
| std::on | does not perform the specified action |
| std::on_not | performs the specified action |
| std::or | evaluates its second argument and returns its result |
| std::serialize | returns the string " |
| std::update_if | does not update the specified variable(s) |
| std::update_if_not | updates the specified variable(s) |