MCPcopy Create free account
hub / github.com/Abc-Arbitrage/Disruptor-cpp / FixedSequenceGroup

Method FixedSequenceGroup

Disruptor/FixedSequenceGroup.cpp:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11{
12
13 FixedSequenceGroup::FixedSequenceGroup(const std::vector< std::shared_ptr< ISequence > >& sequences)
14 : m_sequences(sequences)
15 {
16 }
17
18 std::int64_t FixedSequenceGroup::value() const
19 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected