MCPcopy Create free account
hub / github.com/3rdparty/libprocess / Copyable

Method Copyable

src/tests/benchmarks.cpp:531–531  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

529 std::vector<int> data;
530
531 Copyable(std::vector<int>&& data) : data(std::move(data)) {}
532 Copyable(const Copyable& that) = default;
533 Copyable& operator=(const Copyable&) = default;
534 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected