alexv-smirnov bf0f13dd39 add ymake export to ydb 1 year ago
..
ut bf0f13dd39 add ymake export to ydb 1 year ago
CMakeLists.darwin-x86_64.txt 33ed6077e6 Intermediate changes 1 year ago
CMakeLists.linux-aarch64.txt 9f448c9c67 Intermediate changes 1 year ago
CMakeLists.linux-x86_64.txt 33ed6077e6 Intermediate changes 1 year ago
CMakeLists.txt 887be65957 External build system generator release 29 1 year ago
CMakeLists.windows-x86_64.txt 6324d075a5 Intermediate changes 1 year 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 bf0f13dd39 add ymake export to ydb 1 year ago

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.