Automatic Differentiation
 
Loading...
Searching...
No Matches
stan::base_type< T, std::enable_if_t< is_std_vector< T >::value > > Struct Template Reference

Detailed Description

template<typename T>
struct stan::base_type< T, std::enable_if_t< is_std_vector< T >::value > >

Specialization of base_type for vector to recursively return the inner base type.

Template Parameters
Ttype of standard vector

Definition at line 40 of file base_type.hpp.

#include <base_type.hpp>

Public Types

using type = base_type_t< typename std::decay_t< T >::value_type >
 

The documentation for this struct was generated from the following file: