AFF --- A container for numbers (array) by Friederich and Forbriger.

◆ inline_anysmaller()

template<typename T , Tsize N>
bool aff::inline_anysmaller ( const SimpleRigidArray< T, N > &  A,
const SimpleRigidArray< T, N > &  B 
)
inline

Returns true if any of A is smaller than corresponding B.

Examples:
tests/simplearraytest.cc.

Definition at line 188 of file simplearray.h.

References aff::util::Inline< T, I >::anysmaller(), and aff::SimpleRigidArray< T, N >::pointer().

Referenced by main(), and aff::Strided::shrink().

190  { return Inline<T, N>::anysmaller(A.pointer(), B.pointer()); }
Recursive functions to inline raw array operations.
Definition: rawarfun.h:60
Here is the call graph for this function:
Here is the caller graph for this function: