...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::yap::callable
// In header: <boost/yap/algorithm.hpp> template<typename Expr> constexpr decltype(auto) callable(Expr && expr);
Returns the callable in a call expression.
Equivalent to get(expr, 0)
.
![]() |
Note |
---|---|
|