classifierTraits.h
Go to the documentation of this file.
00001 /* classifierTraits.h
00002  */
00003 #ifndef OSL_CLASSIFIERTRAITS_H
00004 #define OSL_CLASSIFIERTRAITS_H
00005 
00006 namespace osl
00007 {
00008   namespace move_classifier 
00009   {
00010     template <class T> struct ClassifierTraits
00011     {
00012       static const bool drop_suitable = true;
00013     };
00014   }
00015 }
00016 
00017 #endif /* OSL_CLASSIFIERTRAITS_H */
00018 // ;;; Local Variables:
00019 // ;;; mode:c++
00020 // ;;; c-basic-offset:2
00021 // ;;; End:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines