A library for working with phylogenetic and population genetic data.
v0.27.0
MinMaxPair< T > Struct Template Reference

#include <genesis/utils/math/statistics.hpp>

Detailed Description

template<typename T>
struct genesis::utils::MinMaxPair< T >

Store a pair of min and max values.

This notation is simply more readable than the std default of using a pair<T, T>.

Definition at line 105 of file statistics.hpp.

Public Attributes

max
 
min
 

Member Data Documentation

◆ max

T max

Definition at line 108 of file statistics.hpp.

◆ min

T min

Definition at line 107 of file statistics.hpp.


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