CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
void CppAD::local::sparse_sizevec::assignment ( size_t  this_target,
size_t  other_source,
const sparse_sizevec other 
)
inline

Assign one set equal to another set.

Parameters
this_targetis the index in this sparse_sizevec object of the set being assinged.
other_sourceis the index in the other sparse_sizevec object of the set that we are using as the value to assign to the target set.
otheris the other sparse_sizevec object (which may be the same as this sparse_sizevec object). This must have the same value for end_.
data_not_used_
increments this value by number of elements lost.

Definition at line 1004 of file sparse_sizevec.hpp.

Referenced by binary_intersection(), and binary_union().