summaryrefslogtreecommitdiff
path: root/include/util/TypeTraits.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/util/TypeTraits.hpp')
-rw-r--r--include/util/TypeTraits.hpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/util/TypeTraits.hpp b/include/util/TypeTraits.hpp
new file mode 100644
index 0000000..b01051e
--- /dev/null
+++ b/include/util/TypeTraits.hpp
@@ -0,0 +1,9 @@
+#ifndef __TYPETRAITS_H
+#define __TYPETRAITS_H
+
+template< typename T >
+class TypeTraits {
+ typedef typename
+};
+
+#endif