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

build a vector applying a transformation to each element of an input vector #648

Merged
merged 4 commits into from Sep 2, 2013

Commits on Aug 27, 2013

  1. helper template function to build a vector applying a transformation …

    …to the elements of an input vector
    fwyzard committed Aug 27, 2013
    Configuration menu
    Copy the full SHA
    7f11c02 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2013

  1. Configuration menu
    Copy the full SHA
    d100abd View commit details
    Browse the repository at this point in the history
  2. use std::remove_cv and std::remove_reference to allow a Function retu…

    …rning a ReturnType const &
    fwyzard committed Aug 28, 2013
    Configuration menu
    Copy the full SHA
    73a158b View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2013

  1. Configuration menu
    Copy the full SHA
    9005ca6 View commit details
    Browse the repository at this point in the history