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

Generators for std::set and std::tuple #15

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Aug 12, 2022

  1. Remove apply when std::apply exists

    ADL will find both and they are equally good in overload resolution
    Adam-Rowell committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    37f8d3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    377ba96 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. Add std::tuple generator

    Adam-Rowell committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    f8287b0 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Add generator that always returns the same value

    Only useful as an argument to another generator
    Adam-Rowell committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    43c9eac View commit details
    Browse the repository at this point in the history
  2. Add container generators

    Adam-Rowell committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    8226e4b View commit details
    Browse the repository at this point in the history