2
3
4
5
6
7
8
9
10#ifndef ae2f_Cmp_Fun_hpp
11#define ae2f_Cmp_Fun_hpp
#define ae2f_union_cast(tThen, tNow, v)
Makes a union that reads a memory in two methods. tThen -> tNow
#define ae2f_CmpFunRet_LISLESSER
left is lesser
#define ae2f_CmpFunRet_RISLESSER
right is lesser
#define ae2f_CmpFunRet_EQUAL
they are same
int ae2f_CmpFunRet_t
A predefined returning data type for ae2f_fpCmp_t.
constexprmethod Ret_t EQUAL
constexprmethod Ret_t LISLESSER
constexprmethod Ret_t RISLESSER
This namespace contains the class from this library.
constexprmethod fpCmp_t xfpCmp(xfpCmp_t< T > a) noexcept
Returns itself as fpCmp_t.
Cmp::Fun::Ret_t(*)(const T *, const T *) xfpCmp_t
Sugary type for C++ from fpCmp_t.