mcrl2::data::binder_type

Include file:

#include "mcrl2/data/binder_type.h
class mcrl2::data::binder_type

brief Binder

Public member functions

binder_type()

brief Default constructor.

binder_type(binder_type&&) noexcept = default
binder_type(const atermpp::aterm &term)

brief Constructor. param term A term

binder_type(const binder_type&) noexcept = default

Move semantics.

binder_type &operator=(binder_type&&) noexcept = default
binder_type &operator=(const binder_type&) noexcept = default