MCPcopy Create free account
hub / github.com/dmlc/xgboost / end

Method end

include/xgboost/string_view.h:55–55  ·  view source on GitHub ↗

NOLINT

Source from the content-addressed store, hash-verified

53 [[nodiscard]] constexpr const_iterator cend() const { return str_ + size(); } // NOLINT
54 [[nodiscard]] constexpr iterator begin() const { return str_; } // NOLINT
55 [[nodiscard]] constexpr iterator end() const { return str_ + size(); } // NOLINT
56
57 [[nodiscard]] const_reverse_iterator rbegin() const noexcept { // NOLINT
58 return const_reverse_iterator(this->end());

Callers 2

rbeginMethod · 0.95
crbeginMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected