Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Abc-Arbitrage/Disruptor-cpp
/ MutableLong
Method
MutableLong
Disruptor.PerfTests/MutableLong.cpp:10–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
{
9
10
MutableLong::MutableLong(std::int64_t value)
11
: value(value)
12
{
13
}
14
15
} // namespace PerfTests
16
} // namespace Disruptor
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected