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