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