Stan Math Library
4.9.0
Automatic Differentiation
|
Template metaprogram indicates whether a type is vector_like.
A type is vector_like if an instance can be accessed like a vector, i.e. square brackets.
Access is_vector_like::value for the result.
Default behavior is to use the is_vector template metaprogram.
T | Type to test |
Definition at line 35 of file is_vector_like.hpp.
#include <is_vector_like.hpp>