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

Method Materialize

util/generic/serialized_enum.h:399–401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

397 // Allocate container and copy view's content into it
398 template <template <class...> class TContainer = TMap>
399 TContainer<TEnumType, TValueType> Materialize() const {
400 return {begin(), end()};
401 }
402
403 private:
404 const TStorage& Ref;

Callers 2

SelectValuesFunction · 0.45
Y_UNIT_TESTFunction · 0.45

Calls 2

beginFunction · 0.70
endFunction · 0.70

Tested by

no test coverage detected