Include file:
#include "mcrl2/data/function_symbol.h
mcrl2::data::
function_symbol
¶brief A function symbol
function_symbol
()Default constructor.
function_symbol
(const core::identifier_string &name, const sort_expression &sort)¶Constructor.
function_symbol
(const function_symbol&) noexcept = defaultMove semantics.
function_symbol
(const std::string &name, const sort_expression &sort)¶Constructor.
function_symbol
(function_symbol&&) noexcept = defaultname
() constoperator=
(const function_symbol&) noexcept = defaultoperator=
(function_symbol&&) noexcept = defaultsort
() const