| std::EXIT_FAILURE | status code for unsuccessful termination |
| std::EXIT_SUCCESS | status code for successful termination |
| std::assign | returns all its arguments unaltered |
| std::do | execute a statement sequence |
| std::ignore | accepts a single argument and returns nothing |
| std::pass | does nothing |
| std::result_count | returns the expected number of results |