#include #include namespace tql = triqs::clef; int main() { // two placeholders tql::placeholder <1> x_; tql::placeholder <2> y_; // a function of one variable triqs::clef::function h; h(x_) = 2 + 2*x_; std::cout< h2 ( 2 + 2*x_ ,x_); std::cout< f,g; f(x_,y_) = x_ + y_; std::cout< bf(f); std::cout<