Sierra Toolkit
Version of the Day
int_to_type_rdestl.h
1
#ifndef RDESTL_INT_TO_TYPE_H
2
#define RDESTL_INT_TO_TYPE_H
3
4
namespace
rde
5
{
6
16
template
<
int
TVal>
17
struct
int_to_type
18
{
19
enum
20
{
21
value = TVal
22
};
23
};
24
25
}
// namespaces
26
27
#endif // #ifndef RDESTL_INT_TO_TYPE_H
rde
Definition:
algorithm_rdestl.h:9
rde::int_to_type
Definition:
int_to_type_rdestl.h:17
stk_util
stk_util
util
unused-maps
int_to_type_rdestl.h
Generated by
1.8.14