CEPS  24.01
Cardiac ElectroPhysiology Simulator
CepsTypeTools.cpp File Reference

Go to the source code of this file.

Functions

CepsBool operator< (const CepsHash3 &h31, const CepsHash3 &h32)
 Comparator for two CepsHash3, in order to use them in a map. More...
 
std::ostream & operator<< (std::ostream &os, const CepsHash3 &h)
 Display a triple hash. More...
 

Detailed Description

Operations on templated types and check type properties

Definition in file CepsTypeTools.cpp.

Function Documentation

◆ operator<()

CepsBool operator< ( const CepsHash3 h31,
const CepsHash3 h32 
)

Comparator for two CepsHash3, in order to use them in a map.

Definition at line 35 of file CepsTypeTools.cpp.

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const CepsHash3 h 
)

Display a triple hash.

Definition at line 43 of file CepsTypeTools.cpp.