Function-objects C++14
Added in 1.77.0

Boost.Lambda2

A C++14 lambda library.

About Boost.Lambda2

Please check out the library's documentation to learn more.

Dependencies

No dependencies

Contributors: This Release


Documentation

Lambda2

This is an implementation of the simple C++14 lambda library described in this post.

It has no dependencies and consists of a single header.

See the documentation for more information.

Supported Compilers

  • g++ 5 or later with -std=c++14 or above
  • clang++ 3.9 or later with -std=c++14 or above
  • Visual Studio 2015, 2017, 2019

Tested on Github Actions and Appveyor.

License

Distributed under the Boost Software License, Version 1.0.

Join the Boost Developers Mailing List

Get the latest on releases, features, security patches, fixes and all major announcements.

All Contributors