Mirror reflection library 0.5.13
|
00001 00010 #ifndef MIRROR_DOC_CONCEPTS_CT_STRING_1104131331_HPP 00011 #define MIRROR_DOC_CONCEPTS_CT_STRING_1104131331_HPP 00012 00013 #include <mirror/config.hpp> 00014 00015 #ifdef MIRROR_DOCUMENTATION_ONLY 00016 00017 MIRROR_NAMESPACE_BEGIN 00018 // This section is here for documentation purposes only 00019 00026 00027 00033 struct CharacterConstantType 00034 { 00035 static const char value; 00036 typedef CharacterConstantType type; 00037 }; 00038 00040 00046 struct CompileTimeString 00047 { 00048 typedef CompileTimeString type; 00049 }; 00050 00051 MIRROR_NAMESPACE_END 00052 00053 #endif // MIRROR_DOCUMENTATION_ONLY 00054 00055 #endif //include guard 00056