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

Method crbegin

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

Source from the content-addressed store, hash-verified

58 return const_reverse_iterator(this->end());
59 }
60 [[nodiscard]] const_reverse_iterator crbegin() const noexcept { // NOLINT
61 return const_reverse_iterator(this->end());
62 }
63 [[nodiscard]] const_reverse_iterator rend() const noexcept { // NOLINT
64 return const_reverse_iterator(this->begin());
65 }

Callers 3

ParseMetricNameFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80

Calls 1

endMethod · 0.95

Tested by 2

TESTFunction · 0.64
TESTFunction · 0.64