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
/
template_alias_basic.hpp
blob: 964f6e27f607ba9a21d7a5d842968fa9d148887e (
plain
)
1
2
3
4
// bindgen-flags: -- -std=c++11
template
<
typename T
>
using
Wrapped
=
T
;