ae2f_docs
|
Go to the source code of this file.
Namespaces | |
namespace | ae2f |
This namespace contains the class from this library. | |
namespace | ae2f::Cmp |
namespace | ae2f::Cmp::Fun |
Typedefs | |
using | ae2f::fpCmp_t = ae2f_fpCmp_t |
using | ae2f::Cmp::Fun::Ret_t = ae2f_CmpFunRet_t |
template<typename T> | |
using | ae2f::xfpCmp_t = Cmp::Fun::Ret_t(*)(const T*, const T*) |
Sugary type for C++ from fpCmp_t. |
Functions | |
template<typename T> | |
constexprmethod fpCmp_t | ae2f::xfpCmp (xfpCmp_t< T > a) noexcept |
Returns itself as fpCmp_t. |