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
/
const_tparam.hpp
blob: 05f26e4a1e520d16080a9798c0c36eecd376be5c (
plain
)
1
2
3
4
5
template
<
typename T
>
class
C
{
const
T
*
const
foo
;
const
T
*
bar
;
};