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