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

Method rend

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

Source from the content-addressed store, hash-verified

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 }
66 [[nodiscard]] const_reverse_iterator crend() const noexcept { // NOLINT
67 return const_reverse_iterator(this->begin());
68 }

Callers 4

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

Calls 1

beginMethod · 0.95

Tested by 3

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