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