|
| Array (const T *data, size_t size) |
|
| Array (const Array &other)=default |
|
| Array (Array &&other)=default |
|
Array & | operator= (const Array &other)=default |
|
Array & | operator= (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 |
|
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: