Class definition for cudf::string_view. More...
Go to the source code of this file.
Classes | |
class | cudf::string_view |
A non-owning, immutable view of device data that is a variable length char array representing a UTF-8 string. More... | |
class | cudf::string_view::const_iterator |
Handy iterator for navigating through encoded characters. More... | |
Namespaces | |
cudf | |
cuDF interfaces | |
Typedefs | |
using | cudf::char_utf8 = uint32_t |
UTF-8 characters are 1-4 bytes. | |
Class definition for cudf::string_view.
Definition in file string_view.hpp.