Main Content
matlab::data::String
Type representing strings as
std::basic_string<char16_t>
Description
The String
class defines the element type of a
StringArray
. String
is defined as:
using String = std::basic_string<char16_t>;
Class Details
Namespace: | matlab::data |
Include: | String.hpp |
Version History
Introduced in R2017b