AFF --- A container for numbers (array) by Friederich and Forbriger.
◆
anysmaller()
template<typename T1 , typename T2 , int I>
static bool
aff::util::Inline2
< T1, T2, I >::anysmaller
(
const T1 *
A
,
const T2 *
B
)
inline
static
true if ony of A is smaller than corresponding B
Definition at line
174
of file
rawarfun.h
.
175
{
176
return
(((*A) < (*B))
177
||
Inline2<T1, T2, I-1>::anysmaller
(&(A[1]), &(B[1])));
178
}
aff::util::Inline2::anysmaller
static bool anysmaller(const T1 *A, const T2 *B)
true if ony of A is smaller than corresponding B
Definition:
rawarfun.h:174
aff
util
Inline2
Generated on Mon Aug 21 2023 17:36:09 for AFF --- A container for numbers (array) by Friederich and Forbriger. by
1.8.14