Stan Math Library
5.0.0
Automatic Differentiation
|
Specialization of base_type for vector to recursively return the inner base type.
T | type of standard vector |
Definition at line 39 of file base_type.hpp.
#include <base_type.hpp>
Public Types | |
using | type = base_type_t< typename std::decay_t< T >::value_type > |