Jpp
18.3.1
the software that should make you happy
|
Auxiliary class to convert value to element. More...
Public Member Functions | |
JElement () | |
Default constructor. More... | |
T | operator() (const double x) const |
Type conversion operator. More... | |
Static Public Member Functions | |
static T | getEndMarker () |
Get end marker. More... | |
Auxiliary class to convert value to element.
Definition at line 65 of file JMergeSort.cc.
|
inline |
|
inline |
Type conversion operator.
x | value |
Definition at line 80 of file JMergeSort.cc.
|
inlinestatic |