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

Method cbegin

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

Source from the content-addressed store, hash-verified

50 [[nodiscard]] value_type const* c_str() const { return str_; } // NOLINT
51
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

Callers 2

operator==Function · 0.45
operator==Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected