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

◆ operator&&() [7/7]

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

Return the logical conjunction of the values of the two arguments as defined by &&.

Template Parameters
Varvalue type of a var
ArithAn arithmetic type
Parameters
[in]xfirst argument
[in]ysecond argument
Returns
conjunction of first argument and second argument's value

Definition at line 50 of file operator_logical_and.hpp.