You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1b8c975d5b
Checking for emptiness using size() might be inefficient, because it can take linear time, while empty() is guaranteed to take only constant time. For non-primitive types, postfix ++ operators are inefficient compared to prefix ++ operators, because post-increment usually involves keeping a copy of the previous value around. |
11 years ago | |
---|---|---|
.. | ||
bsatool | 11 years ago | |
esmtool | 11 years ago | |
launcher | 11 years ago | |
mwiniimporter | 11 years ago | |
opencs | 11 years ago | |
openmw | 11 years ago | |
openmw_test_suite | 11 years ago | |
doc.hpp |