View Single Post
Join Date: Jun 2008
Posts: 86
Reputation: gregorynoob is an unknown quantity at this point 
Solved Threads: 5
gregorynoob gregorynoob is offline Offline
Junior Poster in Training

Re: How to use typedef for the template structure? What its syntax?

 
0
  #5
Oct 10th, 2008
yea, you gotta either macro it or typedef with specifying the actual template type sucks in a way... but hey, what's the deal with the box thing, it's pretty small and easy to write...
i use typedef for long, looooong names, like:
  1. typedef my_monumental_structure<another_huge_type>::iterator sit;
and then i just sit... all the way... rocks
Last edited by gregorynoob; Oct 10th, 2008 at 11:23 am.
Reply With Quote