MCPcopy Create free account
hub / github.com/clMathLibraries/clBLAS / ContainerETS

Method ContainerETS

src/tests/include/ExtraTestSizes.h:220–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218 typedef ExtraTestSizes value_type;
219
220 ContainerETS(
221 const size_t (&array1)[N1],
222 const T2 (&array2)[N2],
223 const T3 (&array3)[N3],
224 const size_t (&array4)[N4],
225 const size_t (&array5)[N5],
226 const size_t (&array6)[N6]) : ar1_(array1), ar2_(array2), ar3_(array3),
227 ar4_(array4), ar5_(array5), ar6_(array6)
228 { }
229
230IteratorETS<T2, T3> begin() const
231{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected