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

Detailed Description

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

Template metaprogram class to compute the type of values stored in a standard vector.

Template Parameters
Ttype of elements in standard vector.

Definition at line 618 of file is_vector.hpp.

#include <is_vector.hpp>

Public Types

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

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