Include file:
#include "mcrl2/atermpp/aterm_string.h"
atermpp::
empty_string
()¶Returns the empty aterm string.
std::
swap
(atermpp::aterm_string &t1, atermpp::aterm_string &t2) noexcept¶Swaps two aterm_strings.
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: