Element type for MATLAB struct arrays
Struct
is the element type for a StructArray
object.
Namespace: | matlab::data |
Include: | Struct.hpp |
const_iterator begin() const
const_iterator cbegin() const
|
Iterator to beginning of array, specified as
|
None
const_iterator end() const
const_iterator cend() const
|
Iterator to end of array, specified as
|
None
operator[]
Array operator[](std::string idx) const
Enables []
indexing on a StructArray
object.
Indexing is 0-based.
|
Field name. |
|
Shared copy of |
|
Field does not exist in this
|