ae2f_docs
ae2f Namespace Reference

This namespace contains the class from this library. More...

Namespaces

namespace  Cmp

Classes

struct  errGlobState
 Gets the code. More...
class  errGlobThrown
 Thrown error type. More...
class  rBitVec

Typedefs

using fpCmp_t = ae2f_fpCmp_t
template<typename T>
using xfpCmp_t = Cmp::Fun::Ret_t(*)(const T*, const T*)
 Sugary type for C++ from fpCmp_t.

Functions

template<typename T>
constexprmethod fpCmp_t xfpCmp (xfpCmp_t< T > a) noexcept
 Returns itself as fpCmp_t.

Detailed Description

This namespace contains the class from this library.

Typedef Documentation

◆ fpCmp_t

Definition at line 17 of file Fun.hpp.

◆ xfpCmp_t

template<typename T>
using ae2f::xfpCmp_t = Cmp::Fun::Ret_t(*)(const T*, const T*)

Sugary type for C++ from fpCmp_t.

Template Parameters
TType for

Definition at line 34 of file Fun.hpp.

Function Documentation

◆ xfpCmp()

template<typename T>
constexprmethod fpCmp_t ae2f::xfpCmp ( xfpCmp_t< T > a)
noexcept

Returns itself as fpCmp_t.

Definition at line 39 of file Fun.hpp.