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

Function make_array

src/utils/inc/brainflow_array.h:40–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40static inline std::array<int, 1> make_array (int size0)
41{
42 std::array<int, 1> result;
43 result[0] = size0;
44 return result;
45}
46
47static inline std::array<int, 2> make_array (int size0, int size1)
48{

Callers 1

BrainFlowArrayMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected