Assign one set equal to another set.
- Parameters:
-
this_target | is the index (in this sparse_pack object) of the set being assinged. |
other_value | is the index (in the other sparse_pack object) of the that we are using as the value to assign to the target set. |
other | is the other sparse_pack object (which may be the same as this sparse_pack object). |
- Checked Assertions
- this_target < n_set_
- other_value < other.n_set_
- n_pack_ == other.n_pack_
Definition at line 248 of file sparse_pack.hpp.