robot-piglet b48cb40b16 Intermediate changes | 4 months ago | |
---|---|---|
.. | ||
ut | b48cb40b16 Intermediate changes | 4 months ago |
README.md | bf9e69a933 Restoring authorship annotation for Alexander Fokin <apfokin@gmail.com>. Commit 2 of 2. | 2 years ago |
accessors.cpp | d3a398281c Restoring authorship annotation for Anton Samokhvalov <pg83@yandex.ru>. Commit 2 of 2. | 2 years ago |
accessors.h | 8d57b69dee Restoring authorship annotation for <dobrokot@yandex-team.ru>. Commit 2 of 2. | 2 years ago |
accessors_impl.cpp | d3a398281c Restoring authorship annotation for Anton Samokhvalov <pg83@yandex.ru>. Commit 2 of 2. | 2 years ago |
accessors_impl.h | 4aef354b22 Restoring authorship annotation for <tender-bum@yandex-team.ru>. Commit 2 of 2. | 2 years ago |
accessors_ut.cpp | 8d57b69dee Restoring authorship annotation for <dobrokot@yandex-team.ru>. Commit 2 of 2. | 2 years ago |
memory_traits.cpp | d3a398281c Restoring authorship annotation for Anton Samokhvalov <pg83@yandex.ru>. Commit 2 of 2. | 2 years ago |
memory_traits.h | a0c6d9ad0c Restoring authorship annotation for <spacelord@yandex-team.ru>. Commit 2 of 2. | 2 years ago |
ya.make | b48cb40b16 Intermediate changes | 4 months ago |
Unified accessors for Arcadia containers and user types.
Accessors implemented here mix different kinds of access at the wrong abstraction level, so they shouldn't be used.
If you want begin/end/size for your containers, use std::begin, std::end, std::size. If you need generic reserve / resize / clear / insert, just use appropriate container methods or do your own overloads in place.