![]() |
![]() ![]() ![]() ![]() |
![]() |
Deferred Callable ObjectBoost , Chapter 1. Fusion 2.2 , Concepts
|
||||||||||
|
выражение |
Тип |
|---|---|
< |
Результат призыва< |
& a_free_function
& a_class::a_static_member_function
& a_class::a_nonstatic_data_member
& a_class::a_nonstatic_member_function
std::less<int>()
// using namespace boost;
bind(std::less<int>(), _1, 5)
// Note: Boost.Lambda expressions don't work with __boost_result_of__
fusion::make_fused_function_object(std::less<int>())
Статья Deferred Callable Object раздела Chapter 1. Fusion 2.2 Concepts может быть полезна для разработчиков на c++ и boost.
реклама |