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

◆ any() [3/4]

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

Return true if any 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 any elements are true

Definition at line 71 of file any.hpp.