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. -
int
numChars
: Number of characters in the provided type string -
int
dimensions
: Optional number of dimensions of the type
-