get size of data type
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected