Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
pybind11
/
d85215c18de1bc3355d76477d57d71457bee349c
/
.
/
example
/
example.h
blob: 67434bb11918b9fd8490a2311611838e31b1e9b5 [
file
] [
log
] [
blame
]
Wenzel Jakob
38bd711
2015-07-05 20:05:44 +0200
[
diff
] [
blame
]
1
#include
<pybind/pybind.h>
2
#include
<iostream>
3
4
using
std
::
cout
;
5
using
std
::
endl
;
6
7
namespace
py
=
pybind
;