mcrl2::data::container_type =============================================================================== Include file: .. code-block:: c++ #include "mcrl2/data/container_type.h .. cpp:class:: mcrl2::data::container_type Container type. Public member functions ------------------------------------------------------------------------------- .. cpp:function:: container_type() Default constructor. .. cpp:function:: container_type(const atermpp::aterm &term) Constructor. **Parameters:** * **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