MCPcopy Create free account
hub / github.com/dmlc/treelite / ContiguousArray

Method ContiguousArray

include/treelite/contiguous_array.h:22–22  ·  view source on GitHub ↗

NOTE: use Clone to make deep copy; copy constructors disabled

Source from the content-addressed store, hash-verified

20 ~ContiguousArray();
21 // NOTE: use Clone to make deep copy; copy constructors disabled
22 ContiguousArray(ContiguousArray const&) = delete;
23 ContiguousArray& operator=(ContiguousArray const&) = delete;
24 explicit ContiguousArray(std::vector<T> const& other);
25 ContiguousArray& operator=(std::vector<T> const& other);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected