Return true if all 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 all elements are true
Definition at line 71 of file all.hpp.