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

Method get_value

examples/move.cpp:16–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 explicit data(int value) : value_{value} {}
15
16 int get_value() const { return value_; }
17
18 data(const data& other) noexcept : value_{other.value_}
19 {

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected