My Project
classifierTraits.h
Go to the documentation of this file.
1/* classifierTraits.h
2 */
3#ifndef OSL_CLASSIFIERTRAITS_H
4#define OSL_CLASSIFIERTRAITS_H
5
6namespace osl
7{
8 namespace move_classifier
9 {
10 template <class T> struct ClassifierTraits
11 {
12 static const bool drop_suitable = true;
13 };
14 }
15}
16
17#endif /* OSL_CLASSIFIERTRAITS_H */
18// ;;; Local Variables:
19// ;;; mode:c++
20// ;;; c-basic-offset:2
21// ;;; End: