A simple union for basic testing. More...
#include <pybind11_tests.h>
Public Attributes | |
| float | f |
| int | i |
A simple union for basic testing.
Definition at line 52 of file pybind11_tests.h.
| float IntFloat::f |
Definition at line 54 of file pybind11_tests.h.
| int IntFloat::i |
Definition at line 53 of file pybind11_tests.h.