xref
: /
Universal-ctags
/
Units
/
parser-cxx.r
/
templates4.d
/
input.cpp
(revision fd6b6648121d5782938926ea7f4839ab77004020)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
define
INT
int
2
x(void)
3
template
<
char
i
,
bool
B
=
i
<
10
>
INT
x
(
void
) {
return
0
; }
4
5