Class MutatableLabeled

Inheritance Relationships

Base Type

Derived Types

Class Documentation

class MutatableLabeled : public sequant::Labeled

A Labeled object that also allows changing the label.

Subclassed by sequant::Tensor, sequant::Variable

Public Functions

virtual void set_label(std::wstring label) = 0

Sets the label of this object

Parameters:

label – The new label of this object

Labeled() = default