MCPcopy Create free account
hub / github.com/brainflow-dev/brainflow / BrainFlowArray

Method BrainFlowArray

src/utils/inc/brainflow_array.h:92–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90 friend std::ostream &operator<<<> (std::ostream &out, const BrainFlowArray<T, Dim> &array);
91
92 BrainFlowArray ()
93 : length (0)
94 , size (zero_array<Dim> ())
95 , stride (make_stride (zero_array<Dim> ()))
96 , origin (nullptr)
97 {
98 }
99
100 ~BrainFlowArray ()
101 {

Callers

nothing calls this directly

Calls 3

make_strideFunction · 0.85
productFunction · 0.85
make_arrayFunction · 0.85

Tested by

no test coverage detected