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

Method get_item_size

src/utils/inc/brainflow_array.h:228–231  ·  view source on GitHub ↗

get size of data type

Source from the content-addressed store, hash-verified

226
227 /// get size of data type
228 int get_item_size () const
229 {
230 return sizeof (T);
231 }
232
233 /// get total length
234 int get_length () const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected