Beyond the C++ Standard Library: An Introduction to Boost [Electronic resources] نسخه متنی

This is a Digital Library

With over 100,000 free electronic resource in Persian, Arabic and English

Beyond the C++ Standard Library: An Introduction to Boost [Electronic resources] - نسخه متنی

Bjorn Karlsson

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید

Lambda


Header: "boost/lambda/lambda.hpp"


This includes the core of the library.


"boost/lambda/bind.hpp"

defines bind functions.


"boost/lambda/if.hpp"

defines the lambda equivalent of if, and the conditional operator.


"boost/lambda/loops.hpp"

defines looping constructs (for example, while_loop and for_loop).


"boost/lambda/switch.hpp"

defines the lambda equivalent of switch statements.


"boost/lambda/construct.hpp"

defines tools for adding construction/destruction and new/delete to lambda expressions.


"boost/lambda/casts.hpp"

provides cast operators for lambda expressions.


"boost/lambda/exceptions.hpp"

defines tools for exception handling in lambda expressions.


"boost/lambda/algorithm.hpp" and "boost/lambda/numeric.hpp"

defines lambda versions (essentially function objects) of C++ Standard library algorithms to be used in nested function invocations.

/ 124