cppyabm  1.0.17
An agent-based library to integrate C++ and Python
Public Attributes | List of all members
IntFloat Union Reference

A simple union for basic testing. More...

#include <pybind11_tests.h>

Public Attributes

int i
 
float f
 

Detailed Description

A simple union for basic testing.

Definition at line 55 of file pybind11_tests.h.

Member Data Documentation

◆ f

float IntFloat::f

Definition at line 57 of file pybind11_tests.h.

◆ i

int IntFloat::i

Definition at line 56 of file pybind11_tests.h.


The documentation for this union was generated from the following file: