Changes in src/libcfa/containers/vector [ea29e73:ed3f3bf4]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/containers/vector
rea29e73 red3f3bf4 40 40 41 41 forall(otype T, otype allocator_t | allocator_c(T, allocator_t)) 42 static inline boolsize(vector(T, allocator_t) *const this)42 static inline size_t size(vector(T, allocator_t) *const this) 43 43 { 44 44 return this->size;
Note: See TracChangeset
for help on using the changeset viewer.