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

Detailed Description

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

Specialization of scalar_type for vector to recursively return the inner scalar type.

Template Parameters
Ttype of standard vector

Definition at line 607 of file is_vector.hpp.

#include <is_vector.hpp>

Public Types

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

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