ae2f_docs
Fun.hpp File Reference
#include "Fun.h"
#include "../Cast.h"

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.

Variables

constexprmethod Ret_t ae2f::Cmp::Fun::EQUAL = ae2f_CmpFunRet_EQUAL
constexprmethod Ret_t ae2f::Cmp::Fun::LISLESSER = ae2f_CmpFunRet_LISLESSER
constexprmethod Ret_t ae2f::Cmp::Fun::RISLESSER = ae2f_CmpFunRet_RISLESSER

Detailed Description

Author
ae2f
Date
2025-02-01

Definition in file Fun.hpp.