CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
size_t CppAD::local::sparse_list::pair_size_t::next

This is the data index of the next entry in the list. If there are no more entries in the list, this value is zero. (The first entry in data_ is not used.)

Definition at line 48 of file sparse_list.hpp.

Referenced by CppAD::local::sparse_list_const_iterator::operator++(), and CppAD::local::sparse_list_const_iterator::sparse_list_const_iterator().