Call Visitor class on arrays
auto apply_visitor(Array a, V visitor)
dispatch to visitor class
operations based on array type.
Namespace: | matlab::data |
Include | ArrayVisitors.hpp |
|
The |
visitor class V |
The user-supplied visitor class. |
|
Outputs returned by the visitor. |