Health-GPS  1.2.2.0
Global Health Policy Simulation model (Health-GPS)
gender_value.h File Reference
#include <type_traits>
Include dependency graph for gender_value.h:
This graph shows which files directly or indirectly include this file:

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...