![]() |
Home | Libraries | People | FAQ | More |
boost::yap::expression_function
// In header: <boost/yap/algorithm.hpp> template<typename Expr> struct expression_function { // public member functions template<typename... U> decltype(auto) constexpr operator()(U &&...); // public data members Expr expr; };