append_type_string
Appends a string representation of a type to the stream
|
(1) |
-
Appends a string representation of a type to the stream
Parameters:-
const cl::sycl::stream &os: Stream object to append to -
char *typeStr: String representing the type name. -
intnumChars: Number of characters in the provided type string -
intdimensions: Optional number of dimensions of the type
-