Include file:
#include "mcrl2/atermpp/aterm_int.h"
Term containing an integer.
std::
swap
(atermpp::aterm_int &t1, atermpp::aterm_int &t2) noexcept¶Swaps two aterm_ints.
This operation is more efficient than exchanging terms by an assignment, as swapping does not require to change the protection of terms. In order to be used in the standard containers, the declaration must be preceded by an empty template declaration.
Parameters: