Syntax

Hi all

if i have class of Type T

what would this line mean exactly?
T t ();

greetings,
yoxus
A function that takes no parameters and returns a T object.
thx!
Topic archived. No new replies allowed.