![]() |
Home | Libraries | People | FAQ | More |
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 |
---|---|
|