A function object of a class template that allows specifying values, a handle to be checked against by the supplied parenthesis operator, which returns true only if the specified (as its only argument) handle is not equal to any of the template parameters. More...
A function object of a class template that allows specifying values, a handle to be checked against by the supplied parenthesis operator, which returns true only if the specified (as its only argument) handle is not equal to any of the template parameters.
unclosable_handle_t_n | is a set of template type parameters with a value static data member, against which the handle passed to the parenthesis operator is checked. See invalid_handle_value_t and null_handle_value_t for examples of valid types for the template parameter. |
Example: