Skip to main content

2 docs tagged with "functional"

View all tags

Boost.Phoenix

Boost.Phoenix is a functional-programming toolkit for C++ that lets you build function objects

Lambda Expressions

Lambdas (C++11) are anonymous functions that can capture variables from surrounding scope, enabling functional programming patterns and convenient callbacks.