Const EType &a, how to pass to?

If I have a function:

 
 void foo(const EType &a) {}; 


What would I pass to the function in main? I keep getting the same error. Thanks.
closed account (SECMoG1T)
What would I pass to the function in main

any object of this
EType
type
Topic archived. No new replies allowed.