12345678
int foo(Key key) { //Function } //... Table bar(5, foo); //Creates Table object passing foo as second parameter