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

◆ is_var_and_matrix_types

template<typename... Types>
using stan::is_var_and_matrix_types = typedef bool_constant<is_var<return_type_t<Types...> >::value && stan::math::disjunction<is_matrix<Types>...>::value>

Extends std::true_type when instantiated with at least one type that has a var scalar_type and at least one type is a matrix.

Extends std::false_type otherwise.

Template Parameters
TypesTypes to test

Definition at line 19 of file is_var_and_matrix_types.hpp.