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

◆ size_zero() [2/2]

template<typename T , typename... Ts>
bool stan::math::size_zero ( const T &  x,
const Ts &...  xs 
)
inline

Returns 1 if any inputs are of length 0, returns 0 otherwise.

Parameters
xfirst argument
xsparameter pack of remaining arguments to forward to function
Returns
0 or 1

Definition at line 32 of file size_zero.hpp.