My Project
core
osl
move_classifier
classifierTraits.h
Go to the documentation of this file.
1
/* classifierTraits.h
2
*/
3
#ifndef OSL_CLASSIFIERTRAITS_H
4
#define OSL_CLASSIFIERTRAITS_H
5
6
namespace
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:
osl
Definition
additionalEffect.h:6
osl::move_classifier::ClassifierTraits
Definition
classifierTraits.h:11
osl::move_classifier::ClassifierTraits::drop_suitable
static const bool drop_suitable
Definition
classifierTraits.h:12
Generated by
1.9.8