File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
share/mrdocs/addons/generator Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 44{{ ~/if ~}}
55{{ #if element-type ~}} {{~> declarator-before element-type nolink =nolink ~}} {{ /if ~}}
66{{ #if return-type ~}} {{~> declarator-before return-type nolink =nolink ~}} {{ /if ~}}
7+ {{ #if (eq kind " named" )}} {{> name-info name nolink =nolink }} {{ /if ~}}
8+ {{ #if cv-qualifiers ~}}
9+ {{ #if pointee-type }} {{ cv-qualifiers }} {{ else }} {{ cv-qualifiers }} {{ /if ~}}
10+ {{ /if ~}}
711{{ #if (eq kind " lvalue-reference" )}} & {{ /if ~}}
812{{ #if (eq kind " rvalue-reference" )}} && {{ /if ~}}
913{{ #if (eq kind " pointer" )}} *{{ /if ~}}
1014{{ #if (eq kind " member-pointer" )}} {{> declarator parent-type nolink =nolink }} ::*{{ /if ~}}
11- {{ #if cv-qualifiers ~}}
12- {{ #if pointee-type }} {{ cv-qualifiers }} {{ else }} {{ cv-qualifiers }} {{ /if ~}}
13- {{ /if ~}}
1415{{ #if (eq kind " decltype" )}} decltype({{ operand }} ){{ /if ~}}
15- {{ #if (eq kind " named" )}} {{> name-info name nolink =nolink }} {{ /if ~}}
1616{{ #if is-pack ~}} ...{{ /if }}
Original file line number Diff line number Diff line change 44{{ ~/if ~}}
55{{ #if element-type ~}} {{~> declarator-before element-type nolink =nolink ~}} {{ /if ~}}
66{{ #if return-type ~}} {{~> declarator-before return-type nolink =nolink ~}} {{ /if ~}}
7+ {{ #if (eq kind " named" )}} {{> name-info name nolink =nolink }} {{ /if ~}}
8+ {{ #if cv-qualifiers ~}}
9+ {{ #if pointee-type }} {{ cv-qualifiers }} {{ else }} {{ cv-qualifiers }} {{ /if ~}}
10+ {{ /if ~}}
711{{ #if (eq kind " lvalue-reference" )}} & {{ /if ~}}
812{{ #if (eq kind " rvalue-reference" )}} && {{ /if ~}}
913{{ #if (eq kind " pointer" )}} *{{ /if ~}}
1014{{ #if (eq kind " member-pointer" )}} {{> declarator parent-type nolink =nolink }} ::*{{ /if ~}}
11- {{ #if cv-qualifiers ~}}
12- {{ #if pointee-type }} {{ cv-qualifiers }} {{ else }} {{ cv-qualifiers }} {{ /if ~}}
13- {{ /if ~}}
1415{{ #if (eq kind " decltype" )}} decltype({{ operand }} ){{ /if ~}}
15- {{ #if (eq kind " named" )}} {{> name-info name nolink =nolink }} {{ /if ~}}
1616{{ #if is-pack ~}} ...{{ /if }}
You can’t perform that action at this time.
0 commit comments