MCPcopy Create free account
hub / github.com/andreiavrammsd/cpp-channel / MovableOnly

Method MovableOnly

tests/channel_test.cpp:337–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335class MovableOnly {
336 public:
337 explicit MovableOnly(int value) : value_{value} {}
338
339 MovableOnly() = default;
340

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected