template<typename Tag>
Eigen::symbolic::SymbolValue class

Represents the actual value of a symbol identified by its tag

It is the return type of SymbolValue::operator=, and most of the time this is only way it is used.

Constructors, destructors, conversion operators

SymbolValue(Index val)

Public functions

auto value() const -> Index

Function documentation

template<typename Tag>
Eigen::symbolic::SymbolValue<Tag>::SymbolValue(Index val)

Default constructor from the value val

template<typename Tag>
Index Eigen::symbolic::SymbolValue<Tag>::value() const

Returns the stored value of the symbol