I want to implement the grammar like this,
to create template parameter dynamicly,
 
set< int, ( _1 > _2 ) > intset;
 
can lambda do it ,and how to ?