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

Method crend

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

Source from the content-addressed store, hash-verified

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 }
69};
70
71inline std::ostream& operator<<(std::ostream& os, StringView const v) {

Callers 1

TESTFunction · 0.80

Calls 1

beginMethod · 0.95

Tested by 1

TESTFunction · 0.64