Include file:
#include "mcrl2/data/exists.h
mcrl2::data::
exists
¶existential quantification.
exists
(const aterm &d)¶Constructor.
Parameters:
Pre: d has the internal structure of an abstraction.
Pre: d is an existential quantification.
exists
(const Container &variables, const data_expression &body, typename atermpp::enable_if_container<Container, variable>::type * = nullptr)¶Constructor.
Parameters:
Pre: variables is not empty.