Automatic Differentiation
 
Loading...
Searching...
No Matches
std::iterator_traits< stan::math::var_value< Iter > > Struct Template Reference

Detailed Description

template<typename Iter>
struct std::iterator_traits< stan::math::var_value< Iter > >

Specialization of iterator traits for Stan math.

These all take the form of typedefs.

Definition at line 14 of file std_iterator_traits.hpp.

#include <std_iterator_traits.hpp>

Public Types

typedef random_access_iterator_tag iterator_category
 Iterator category for traits.
 
typedef ptrdiff_t difference_type
 Type for difference between pointers.
 
typedef stan::math::var_value< Iter > value_type
 Type for value of pointer to values.
 
typedef stan::math::var_value< Iter > * pointer
 Type of pointer to variables.
 
typedef stan::math::var_value< Iter > & reference
 Type of reference to variables.
 

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