Health-GPS 3.0.0.0
Global Health Policy Simulation model (Health-GPS)
Loading...
Searching...
No Matches
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

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.