AnimaL |
Tutorial |
Documentation |
00001 #ifndef _______animal_value_h___________________ 00002 #define _______animal_value_h___________________ 00003 00004 00005 namespace animal{ 00006 00007 template<class T> 00008 struct Value 00009 { 00010 static inline T zero(){ return 0; } 00011 }; 00012 00013 } 00014 #endif