Automatic Differentiation
 
Loading...
Searching...
No Matches
stan::math::index_type< T, require_std_vector_t< T > > Struct Template Reference

Detailed Description

template<typename T>
struct stan::math::index_type< T, require_std_vector_t< T > >

Template metaprogram class to compute the type of index for a standard vector.

Template Parameters
Ttype of elements in standard vector.

Definition at line 47 of file index_type.hpp.

#include <index_type.hpp>

Public Types

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

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