matlab::data::Struct
Element type for MATLAB struct arrays
Description
Struct
is the element type for a StructArray
object.
Class Details
Namespace: | matlab::data |
Include: | Struct.hpp |
Iterators
Begin Iterators
const_iterator begin() const
const_iterator cbegin() const
|
Iterator to beginning of array, specified as
|
None
End Iterators
const_iterator end() const
const_iterator cend() const
|
Iterator to end of array, specified as
|
None
Indexing Operators
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
|
Version History
Introduced in R2017b