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

◆ operator||() [6/7]

template<typename Arith , require_arithmetic_t< Arith > * = nullptr>
bool stan::math::operator|| ( const var x,
Arith  y 
)
inline

Return the logical disjunction of the values of the two arguments as defined by ||.

Template Parameters
ArithAn arithmetic type
Parameters
[in]xfirst argument
[in]ysecond argument
Returns
disjunction of first argument's value and second argument

Definition at line 33 of file operator_logical_or.hpp.