C++ class to get reference to element of StructArray
Use the Reference<Struct>
class to access an element of a
StructArray
.
Namespace: | matlab::data |
Include: | StructRef.hpp |
operator[]
Reference<Array> operator[](std::string idx)
Array operator[](std::string idx) const
Index into the Struct with a field name.
|
Field name. |
|
Reference to |
|
Shared copy of |
|
Field does not exist in the struct. |
iterator begin()
const_iterator begin() const
const_iterator cbegin() const
|
Iterator to beginning of list of fields, specified as
|
|
Iterator, specified as |
None
iterator end()
const_iterator end() const
const_iterator cend() const
|
Iterator to end of list of fields, specified as
|
|
Iterator, specified as |
None
Struct()
operator Struct() const
|
Shared copy of |
None