Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Привести в порядок метафункции итераторов и диапазонов #113

Closed
izvolov opened this issue Jun 13, 2020 · 0 comments
Assignees

Comments

@izvolov
Copy link
Owner

izvolov commented Jun 13, 2020

  • Использовать iterator_xxx_t<I> вместо iterator_traits;
  • Перенести их в правильное место (include/type_traits/);
  • Сделать нужные функции для диапазонов.
@izvolov izvolov self-assigned this Jun 13, 2020
@izvolov izvolov closed this as completed Jun 20, 2020
izvolov added a commit that referenced this issue Jul 26, 2020
Новое:

-   Упрощённый интерфейс (через `std::tie`) для ленивых операций с множествами;

-   Метафункции:

    *   are_same
    *   minimum_category
    *   range_category
    *   range_iterator
    *   range_reference
    *   range_value

Изменения:

-   Метафункции для итераторов сменили место жительства на `burst/type_traits`:

    *   iterator_category
    *   iterator_difference
    *   iterator_pointer
    *   iterator_reference
    *   iterator_value
izvolov added a commit that referenced this issue Jul 26, 2020
Новое:

-   Упрощённый интерфейс (через `std::tie`) для ленивых операций с множествами;

-   Метафункции:

    *   are_same
    *   minimum_category
    *   range_category
    *   range_iterator
    *   range_reference
    *   range_value

Изменения:

-   Метафункции для итераторов сменили место жительства на `burst/type_traits`:

    *   iterator_category
    *   iterator_difference
    *   iterator_pointer
    *   iterator_reference
    *   iterator_value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant