Mirror reflection library 0.5.13
|
00001 00010 #ifndef MIRROR_CT_STRING_CHAR_TYPE_1105240825_HPP 00011 #define MIRROR_CT_STRING_CHAR_TYPE_1105240825_HPP 00012 00013 #include <mirror/ct_string/default.hpp> 00014 00015 MIRROR_NAMESPACE_BEGIN 00016 namespace cts { 00017 00018 template <typename Char, Char ... C> 00019 struct char_type<basic_string<Char, C...> > 00020 { 00021 typedef Char type; 00022 }; 00023 00024 } // namespace cts 00025 MIRROR_NAMESPACE_END 00026 00027 #endif //include guard 00028