Return true if any values in the input are true.
Overload for a tuple input.
- Template Parameters
-
Types | of items within tuple |
- Parameters
-
x | Tuple of boolean scalar-type elements |
- Returns
- Boolean indicating whether any elements are true
Definition at line 71 of file any.hpp.