added size
This commit is contained in:
parent
5184e5f3a2
commit
0e0b22484f
@ -60,6 +60,10 @@ public:
|
|||||||
insert(elem);
|
insert(elem);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
inline uint32_t size() noexcept {
|
||||||
|
return count;
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif /* TURBO_LIST_H */
|
#endif /* TURBO_LIST_H */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user