MCPcopy Create free account
hub / github.com/catboost/catboost / get

Method get

util/generic/ptr.h:343–345  ·  view source on GitHub ↗

* for compatibility with std:: smart pointers. */

Source from the content-addressed store, hash-verified

341 * for compatibility with std:: smart pointers.
342 */
343 inline T* get() const noexcept {
344 return T_;
345 }
346
347 inline operator TAutoPtr<T, D>() noexcept {
348 return Release();

Callers 8

generateMethod · 0.45
get_migrations_configFunction · 0.45
mainFunction · 0.45
TImplMethod · 0.45
InfoMethod · 0.45
TestStdCompatibilityMethod · 0.45
Y_UNIT_TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestStdCompatibilityMethod · 0.36