Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Data
Method
Data
util/generic/maybe.h:604–606 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
602
603
private:
604
constexpr const T* Data() const noexcept Y_LIFETIME_BOUND {
605
return std::addressof(this->Data_);
606
}
607
608
constexpr T* Data() noexcept Y_LIFETIME_BOUND {
609
return std::addressof(this->Data_);
Callers
2
AsStrBuf
Method · 0.45
what
Method · 0.45
Calls
1
addressof
Function · 0.50
Tested by
no test coverage detected