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

◆ inline_anylarger() [2/2]

template<typename T1 , typename T2 , Tsize N>
bool aff::inline_anylarger ( const SimpleRigidArray< T1, N > &  A,
const SimpleRigidArray< T2, N > &  B 
)
inline

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

Definition at line 200 of file simplearray.h.

References aff::util::Inline2< T1, T2, I >::anylarger(), and aff::SimpleRigidArray< T, N >::pointer().

202  { return Inline2<T1, T2, N>::anylarger(A.pointer(), B.pointer()); }
Recursive functions to inline raw array operations.
Definition: rawarfun.h:160
Here is the call graph for this function: