|
Health-GPS 3.0.0.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 | |
| namespace | hgps |
| Top-level namespace for Health-GPS Console host application. | |
Typedefs | |
| using | hgps::IntegerGenderValue = GenderValue< int > |
| Gender value for integer value. | |
| using | hgps::FloatGenderValue = GenderValue< float > |
| Gender value for single precision floating-point value. | |
| using | hgps::DoubleGenderValue = GenderValue< double > |
| Gender value for double precision floating-point value. | |