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

◆ is_container

template<typename Container >
using stan::is_container = typedef bool_constant< math::disjunction<is_eigen<Container>, is_std_vector<Container> >::value>

Deduces whether type is eigen matrix or standard vector.

Template Parameters
Containertype to check

Definition at line 22 of file is_container.hpp.