7 lines
254 B
Plaintext
7 lines
254 B
Plaintext
|
|
{{ Indent }}template<> struct MetaImpl<{{FullName}}>{
|
||
|
|
{{ Indent }} using T = class {{FullName}};
|
||
|
|
{{ Indent }} using MyMeta = _Meta<T, Meta>;
|
||
|
|
{{ Indent }}{%- if IsMultyMeta %}
|
||
|
|
{{ Indent }} using MyMetas = _Multy<T>;
|
||
|
|
{{ Indent }}{%- endif %}
|
||
|
|
{{ Indent }}};
|