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

Method end

include/dmlc/array_view.h:107–109  ·  view source on GitHub ↗

! \return end point of the array */

Source from the content-addressed store, hash-verified

105 }
106 /*! \return end point of the array */
107 inline const ValueType* end() const {
108 return begin_ + size_;
109 }
110 /*!
111 * \brief get i-th element from the view
112 * \param i The index.

Callers 15

is_this_thread_inMethod · 0.45
is_thread_inMethod · 0.45
add_threadMethod · 0.45
remove_threadMethod · 0.45
join_allMethod · 0.45
thread_by_nameMethod · 0.45
InitMethod · 0.45
InitAllowUnknownMethod · 0.45
UpdateAllowUnknownMethod · 0.45
__DICT__Method · 0.45
FindMethod · 0.45
RunInitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected