|
Health-GPS
1.2.2.0
Global Health Policy Simulation model (Health-GPS)
|
#include <type_traits>Go to the source code of this file.
Classes | |
| struct | hgps::GenderValue< T > |
| Defines a gender associated value data type. More... | |
Namespaces | |
| hgps | |
| Top-level namespace for Health-GPS C++ API. | |
Typedefs | |
| using | hgps::IntegerGenderValue = GenderValue< int > |
| Gender value for integer value. More... | |
| using | hgps::FloatGenderValue = GenderValue< float > |
| Gender value for single precision floating-point value. More... | |
| using | hgps::DoubleGenderValue = GenderValue< double > |
| Gender value for double precision floating-point value. More... | |