All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
EmptyType.h
Go to the documentation of this file.
1 //=================================================================================================
20 //=================================================================================================
21 
22 #ifndef _BLAZE_UTIL_EMPTYTYPE_H_
23 #define _BLAZE_UTIL_EMPTYTYPE_H_
24 
25 
26 namespace blaze {
27 
28 //*************************************************************************************************
32 struct EmptyType
33 {};
34 //*************************************************************************************************
35 
36 } // namespace blaze
37 
38 #endif