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 50 of file pybind11_tests.h.
float IntFloat::f |
Definition at line 52 of file pybind11_tests.h.
int IntFloat::i |
Definition at line 51 of file pybind11_tests.h.