MCPcopy Create free account
hub / github.com/dmlc/dmlc-core / begin

Method begin

include/dmlc/array_view.h:103–105  ·  view source on GitHub ↗

! \return begin of the array */

Source from the content-addressed store, hash-verified

101 }
102 /*! \return begin of the array */
103 inline const ValueType* begin() const {
104 return begin_;
105 }
106 /*! \return end point of the array */
107 inline const ValueType* end() const {
108 return begin_ + size_;

Callers 15

is_this_thread_inMethod · 0.45
is_thread_inMethod · 0.45
join_allMethod · 0.45
InitMethod · 0.45
InitAllowUnknownMethod · 0.45
UpdateAllowUnknownMethod · 0.45
__DICT__Method · 0.45
RunInitMethod · 0.45
GetDictMethod · 0.45
UpdateDictMethod · 0.45
FieldEntry<int>Class · 0.45
PrintEnumsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected