Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ all() [3/4]

template<typename... Types>
bool stan::math::all ( const std::tuple< Types... > &  x)
inline

Return true if all values in the input are true.

Overload for a tuple input.

Template Parameters
Typesof items within tuple
Parameters
xTuple of boolean scalar-type elements
Returns
Boolean indicating whether all elements are true

Definition at line 71 of file all.hpp.