fork download
  1. #include <iostream>
  2. #include <functional>
  3. using namespace std;
  4.  
  5. template <typename F, typename... Args>
  6. auto make_function(F&& callable, Args&&...args) {
  7.  
  8.  
  9.  
  10. }
  11.  
  12. int main() {
  13. return 0;
  14. }
Success #stdin #stdout 0s 15232KB
stdin
Standard input is empty
stdout
Standard output is empty