![]() |
![]() ![]() ![]() ![]() |
![]() |
Polymorphic Function ObjectBoost , Chapter 1. Fusion 2.2 , Concepts
|
||||||||||||
|
Выражение |
Тип возврата |
Сложность Runtime |
|---|---|---|
|
|
Неуточненный |
& a_free_function
& a_class::a_static_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>())
Статья Polymorphic Function Object раздела Chapter 1. Fusion 2.2 Concepts может быть полезна для разработчиков на c++ и boost.
реклама |