Medial Code Documentation
Loading...
Searching...
No Matches
Data Structures | Namespaces
array_view.h File Reference

Read only data structure to reference array. More...

#include <vector>
#include <array>

Go to the source code of this file.

Data Structures

class  dmlc::array_view< ValueType >
 Read only data structure to reference continuous memory region of array. Provide unified view for vector, array and C style array. This data structure do not guarantee aliveness of referenced array. More...
 

Namespaces

namespace  dmlc
 namespace for dmlc
 

Detailed Description

Read only data structure to reference array.

Copyright (c) 2016 by Contributors