boost::yap::callable
// In header: <boost/yap/algorithm.hpp> template<typename Expr> decltype(auto) constexpr callable(Expr && expr);
Returns the callable in a call expression.
Equivalent to get(expr, 0).
get(expr, 0)
callable() is only valid if Expr is an expr_kind::call expression.
callable()
expr_kind::call