A simple union for basic testing. More...
#include </builds/ipbus/ipbus-software/uhal/python/pybind11-python2/tests/pybind11_tests.h>
Public Attributes | |
int | i |
float | f |
A simple union for basic testing.
Definition at line 56 of file pybind11_tests.h.
float IntFloat::f |
Definition at line 58 of file pybind11_tests.h.
Referenced by TEST_SUBMODULE().
int IntFloat::i |
Definition at line 57 of file pybind11_tests.h.
Referenced by TEST_SUBMODULE().