Livejournal
Log in
Post
Friends
My journal
panano
(Untitled)
panano
Jun 28, 2012 18:34
Пишем так:
struct A { };
template
A & operator < ( A& a, T ) { return a; }
A & operator > ( A& a, int ) { return a; }
Затем так:
A a;
A b = a< a< a<"qwr"> 5> 6> 7;
И оно компилируется блдяь!
эстетика
,
с++
Leave a comment
Up