C++11 Feature Series: 1. Lambdas

Lambdas are simple but powerful anonymous functions in C++11.You can use lambdas wherever a function object or a functor or a std::function is expected. A simple example to explain Lambda functions in C++11.

Attached is a sample to demonstrate Lambda.

Comments

Popular posts from this blog

Graylog - an easy solution for log management

HPUX Tips