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

◆ slice()

template<class C >
aff::util::Slice<C> aff::slice ( const C &  c)
inline

Wrapper function to select correct type.

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

See also
tests/helpertest.cc
aff::util::Slice
Examples:
tests/f77test.cc, and tests/helpertest.cc.

Definition at line 158 of file slice.h.

Referenced by main().

159 { return(aff::util::Slice<C>(c)); }
Create slices.
Definition: slice.h:67
Here is the caller graph for this function: