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

◆ scalar_lub_t

template<typename T1 , typename T2 >
using stan::scalar_lub_t = typedef typename scalar_lub<T1, T2>::type

Convenience type for the least upper bound of the specified template parameters in Stan's assignment ordering.

Parameters
T1first type
T2second type
See also
scalar_lub

Definition at line 147 of file return_type.hpp.