CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
size_t CppAD::local::sparse_sizevec::drop ( size_t  i)
inlineprivate

drop a set.

Parameters
iis the index of the set that will be dropped.
reference_count
if the set is non-empty, the reference count corresponding to index will be decremented.
Returns
is the number of elements of data_ that will be lost when the set is dropped. This is non-zero when the initial reference count is one.

Definition at line 130 of file sparse_sizevec.hpp.

Referenced by add_element(), assignment(), binary_intersection(), binary_union(), clear(), and process_post().