Apache GraphAr C++ Library
The C++ Library for Apache GraphAr
Classes | Public Types | Public Member Functions | List of all members
graphar::Array< std::string_view > Class Referencefinal

Classes

class  iterator
 

Public Types

using ValueType = std::string_view
 

Public Member Functions

 Array (const int32_t *offsets, const uint8_t *data, size_t size)
 
const std::string_view operator[] (size_t index) const
 
const int32_t * offsets () const
 
const uint8_t * data () const
 
size_t size () const
 
void clear ()
 
bool empty () const
 
void swap (Array &other)
 
const iterator begin () const
 
const iterator end () const
 

Detailed Description

Definition at line 81 of file util.h.


The documentation for this class was generated from the following file: