Vita
vita::has_introns< T > Struct Template Reference

The SFINAE way of recognizing if an individual has introns. More...

#include <individual.h>

Inherits std::false_type.

Detailed Description

template<class T>
struct vita::has_introns< T >

The SFINAE way of recognizing if an individual has introns.

In general we assume it hasn't. Specific class can specialize the has_introns struct to signal their presence.

Definition at line 70 of file individual.h.


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