robot-piglet b48cb40b16 Intermediate changes 4 месяцев назад
..
ut b48cb40b16 Intermediate changes 4 месяцев назад
README.md bf9e69a933 Restoring authorship annotation for Alexander Fokin <apfokin@gmail.com>. Commit 2 of 2. 2 лет назад
accessors.cpp d3a398281c Restoring authorship annotation for Anton Samokhvalov <pg83@yandex.ru>. Commit 2 of 2. 2 лет назад
accessors.h 8d57b69dee Restoring authorship annotation for <dobrokot@yandex-team.ru>. Commit 2 of 2. 2 лет назад
accessors_impl.cpp d3a398281c Restoring authorship annotation for Anton Samokhvalov <pg83@yandex.ru>. Commit 2 of 2. 2 лет назад
accessors_impl.h 4aef354b22 Restoring authorship annotation for <tender-bum@yandex-team.ru>. Commit 2 of 2. 2 лет назад
accessors_ut.cpp 8d57b69dee Restoring authorship annotation for <dobrokot@yandex-team.ru>. Commit 2 of 2. 2 лет назад
memory_traits.cpp d3a398281c Restoring authorship annotation for Anton Samokhvalov <pg83@yandex.ru>. Commit 2 of 2. 2 лет назад
memory_traits.h a0c6d9ad0c Restoring authorship annotation for <spacelord@yandex-team.ru>. Commit 2 of 2. 2 лет назад
ya.make b48cb40b16 Intermediate changes 4 месяцев назад

README.md

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.