mcrl2::data::container_type =============================================================================== Include file: .. code-block:: c++ #include "mcrl2/data/container_type.h .. cpp:class:: mcrl2::data::container_type \brief Container type Public member functions ------------------------------------------------------------------------------- .. cpp:function:: container_type() \brief Default constructor. .. cpp:function:: container_type(const atermpp::aterm &term) \brief Constructor. \param term A term .. cpp:function:: container_type(const container_type &) noexcept=default Move semantics. .. cpp:function:: container_type(container_type &&) noexcept=default .. cpp:function:: container_type& operator=(const container_type &) noexcept=default .. cpp:function:: container_type& operator=(container_type &&) noexcept=default