openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
Public Attributes | List of all members
kdpart::mixed_pair< T, S > Struct Template Reference

Combined floating point and integer pair. More...

#include <kdpart.hpp>

Collaboration diagram for kdpart::mixed_pair< T, S >:

Public Attributes

v1
 
v2
 

Detailed Description

template<class T, class S>
struct kdpart::mixed_pair< T, S >

Combined floating point and integer pair.

Used by sequential_partitioner

Definition at line 108 of file kdpart.hpp.

Member Data Documentation

◆ v1

template<class T , class S >
T kdpart::mixed_pair< T, S >::v1

Definition at line 109 of file kdpart.hpp.

◆ v2

template<class T , class S >
S kdpart::mixed_pair< T, S >::v2

Definition at line 110 of file kdpart.hpp.


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