Go to Overview over all GrAL packages.
Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

Geometry/is-specialized.h

Go to the documentation of this file.
00001 
00002 // $LICENSE
00003 
00004 #ifndef IS_SPECIALIZED_H
00005 #define IS_SPECIALIZED_H
00006 
00007 template<class V>
00008 struct is_specialized {
00009   static bool specialized() { return false;}
00010   static const char* name() { return "";}
00011 };
00012 
00013 #endif

Copyright (c) Guntram Berti 1997-2002. See the GrAL Homepage for up-to-date information.

Generated at Tue Feb 26 15:57:26 2002 for Geometry by doxygen 1.2.11-20011104 written by Dimitri van Heesch, © 1997-2000