Classes | Namespaces | Typedefs
string_view.hpp File Reference

Class definition for cudf::string_view. More...

#include <cudf/types.hpp>
#include <cuda_runtime.h>
#include <iterator>

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.
 

Detailed Description

Class definition for cudf::string_view.

Definition in file string_view.hpp.