|
| 1 | +#include <type_traits> |
| 2 | + |
| 3 | +#include "../IANA_encodings.d/ISO13JISC6220jp_textencodingtype.h" |
| 4 | +#include "../textencodingtype.h" |
| 5 | + |
| 6 | +#ifndef CRAP_TEXTENCODING_ALIASES_ISO13JISC6220JPTEXTENCODINGTYPEALIAS |
| 7 | +#define CRAP_TEXTENCODING_ALIASES_ISO13JISC6220JPTEXTENCODINGTYPEALIAS |
| 8 | + |
| 9 | +namespace crap |
| 10 | +{ |
| 11 | + template <class CharType, CharType ... Letters> |
| 12 | + template <class PlaceHolder> |
| 13 | + struct textEncodingType<string<CharType, Letters...> > :: |
| 14 | + alias<PlaceHolder, char, 'c', 's', 'i', 's', 'o', '1', '3', 'j', 'i', 's', 'c', '6', '2', '2', '0', 'j', 'p'> |
| 15 | + : textEncodingType<text_encoding_id_ISO13JISC6220jp_t> |
| 16 | + { |
| 17 | + }; |
| 18 | + |
| 19 | + template <class CharType, CharType ... Letters> |
| 20 | + template <class PlaceHolder> |
| 21 | + struct textEncodingType<string<CharType, Letters...> > :: |
| 22 | + alias<PlaceHolder, char, 'i', 's', 'o', 'i', 'r', '1', '3'> |
| 23 | + : textEncodingType<text_encoding_id_ISO13JISC6220jp_t> |
| 24 | + { |
| 25 | + }; |
| 26 | + |
| 27 | + template <class CharType, CharType ... Letters> |
| 28 | + template <class PlaceHolder> |
| 29 | + struct textEncodingType<string<CharType, Letters...> > :: |
| 30 | + alias<PlaceHolder, char, 'j', 'i', 's', 'c', '6', '2', '2', '0', '1', '9', '6', '9'> |
| 31 | + : textEncodingType<text_encoding_id_ISO13JISC6220jp_t> |
| 32 | + { |
| 33 | + }; |
| 34 | + |
| 35 | + template <class CharType, CharType ... Letters> |
| 36 | + template <class PlaceHolder> |
| 37 | + struct textEncodingType<string<CharType, Letters...> > :: |
| 38 | + alias<PlaceHolder, char, 'j', 'i', 's', 'c', '6', '2', '2', '0', '1', '9', '6', '9', 'j', 'p'> |
| 39 | + : textEncodingType<text_encoding_id_ISO13JISC6220jp_t> |
| 40 | + { |
| 41 | + }; |
| 42 | + |
| 43 | + template <class CharType, CharType ... Letters> |
| 44 | + template <class PlaceHolder> |
| 45 | + struct textEncodingType<string<CharType, Letters...> > :: |
| 46 | + alias<PlaceHolder, char, 'k', 'a', 't', 'a', 'k', 'a', 'n', 'a'> |
| 47 | + : textEncodingType<text_encoding_id_ISO13JISC6220jp_t> |
| 48 | + { |
| 49 | + }; |
| 50 | + |
| 51 | + template <class CharType, CharType ... Letters> |
| 52 | + template <class PlaceHolder> |
| 53 | + struct textEncodingType<string<CharType, Letters...> > :: |
| 54 | + alias<PlaceHolder, char, 'x', '2', '0', '1', '7'> |
| 55 | + : textEncodingType<text_encoding_id_ISO13JISC6220jp_t> |
| 56 | + { |
| 57 | + }; |
| 58 | +} |
| 59 | +#endif |
0 commit comments