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

Method begin

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

NOLINT

Source from the content-addressed store, hash-verified

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
57 [[nodiscard]] const_reverse_iterator rbegin() const noexcept { // NOLINT

Callers 2

rendMethod · 0.95
crendMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected