Int2Type.hh

00001 // class fom Andrei Alexandrescu
00002 #ifndef INCLUDED_INT2TYPE_HH
00003 #define INCLUDED_INT2TYPE_HH
00004 
00005 namespace fatalmind {
00006 
00007 template<int v>
00008 struct Int2Type
00009 {
00010     enum { value = v };
00011 };
00012 
00013 }
00014 
00015 #endif

Generated on Mon Nov 9 16:21:24 2009 for ResourcePool by  doxygen 1.5.3