index
:
rust-bindgen.git
master
Unnamed repository; edit this file 'description' to name the repository.
Kent Overstreet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
headers
/
enum_in_template.hpp
blob: 41c017c4bcc0b161e8e20567a04a155d2ad4332c (
plain
)
1
2
3
4
5
6
7
8
9
10
template
<
class
T
>
class
Foo
{
enum
Bar
{
A
,
B
};
};