Apache GraphAr C++ Library
The C++ Library for Apache GraphAr
Public Types | Public Member Functions | List of all members
graphar::Array< T > Class Template Reference

Public Types

using ValueType = T
 

Public Member Functions

 Array (const T *data, size_t size)
 
 Array (const Array &other)=default
 
 Array (Array &&other)=default
 
Arrayoperator= (const Array &other)=default
 
Arrayoperator= (Array &&other)=default
 
const T & operator[] (size_t index) const
 
const T * data () const
 
size_t size () const
 
void clear ()
 
bool empty () const
 
void swap (Array &other)
 
const T * begin () const
 
const T * end () const
 

Detailed Description

template<typename T>
class graphar::Array< T >

Definition at line 42 of file util.h.


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