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

◆ subarray()

template<class C >
aff::util::Subarray<C> aff::subarray ( const C &  c)
inline

Wrapper function to select correct type.

Returns an appropriate aff::util::Subarray object for a given container class.

See also
tests/helpertest.cc
aff::util::Subarray
Examples:
tests/arraytest.cc, tests/f77test.cc, tests/helpertest.cc, and tests/operatortest.cc.

Definition at line 163 of file subarray.h.

Referenced by main(), and f77interface::sums().

164 { return(aff::util::Subarray<C>(c)); }
Create subarrays.
Definition: subarray.h:72
Here is the caller graph for this function: