#include #include using namespace std; using ArithFun = double(double); int main() { ArithFun* funptr = sqrt; cout << funptr(2) << endl; }