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

Method cend

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

NOLINT

Source from the content-addressed store, hash-verified

51
52 [[nodiscard]] constexpr const_iterator cbegin() const { return str_; } // NOLINT
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

Callers 6

operator==Function · 0.45
operator==Function · 0.45
ClearExpiredMethod · 0.45
CacheItemMethod · 0.45
ResetItemMethod · 0.45
EntryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected