Function t8_stash_is_equal(t8_stash_t, t8_stash_t)

Function Documentation

int t8_stash_is_equal(t8_stash_t stash_a, t8_stash_t stash_b)

Check two stashes for equal content and return true if so.

Parameters:
  • stash_a[in] The first stash to be considered.

  • stash_b[in] The first stash to be considered.

Returns:

True if both stashes hold copies of the same data. False otherwise.