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

Method rbegin

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

Source from the content-addressed store, hash-verified

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());
59 }
60 [[nodiscard]] const_reverse_iterator crbegin() const noexcept { // NOLINT
61 return const_reverse_iterator(this->end());
62 }

Callers 4

ValidateParametersMethod · 0.80
InitMakePairTestFunction · 0.80
TestMAPStatFunction · 0.80
operator()Method · 0.80

Calls 1

endMethod · 0.95

Tested by 3

InitMakePairTestFunction · 0.64
TestMAPStatFunction · 0.64
operator()Method · 0.64