Antkeeper  0.0.1
Public Attributes | List of all members
ant::gene::monophenic_gene< T > Struct Template Reference

Gene with a single phene. More...

#include <monophenic-gene.hpp>

Public Attributes

std::string name
 Gene name. More...
 
phene
 Phene definition. More...
 

Detailed Description

template<class T>
struct ant::gene::monophenic_gene< T >

Gene with a single phene.

Template Parameters
TPhene type.

Definition at line 34 of file monophenic-gene.hpp.

Member Data Documentation

◆ name

template<class T >
std::string ant::gene::monophenic_gene< T >::name

Gene name.

Definition at line 37 of file monophenic-gene.hpp.

◆ phene

template<class T >
T ant::gene::monophenic_gene< T >::phene

Phene definition.

Definition at line 40 of file monophenic-gene.hpp.


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