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

feat: Add TransformRange helper #3060

Merged
merged 9 commits into from
Mar 27, 2024

Commits on Mar 26, 2024

  1. feat: Add TransformRange helper

    This implements a transforming range adapter, similar to what will be
    available with the C++20+ ranges library, but much less powerful.
    paulgessinger committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    099af07 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    df67012 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e607f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2bfde9 View commit details
    Browse the repository at this point in the history
  4. add cbegin, end

    paulgessinger committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    a6caf0d View commit details
    Browse the repository at this point in the history
  5. add doc comments

    paulgessinger committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    d98fbeb View commit details
    Browse the repository at this point in the history
  6. add operator!=()

    paulgessinger committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    ccff492 View commit details
    Browse the repository at this point in the history
  7. typo in doc comment

    paulgessinger committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    368647a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2f6323a View commit details
    Browse the repository at this point in the history