MCPcopy Create free account
hub / github.com/Exiv2/exiv2 / checkConstSliceValueAt

Function checkConstSliceValueAt

unitTests/test_slice.cpp:197–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195 */
196template <typename T>
197void checkConstSliceValueAt(const Slice<T>& sl, typename Slice<T>::value_type value, size_t index) {
198 ASSERT_EQ(sl.at(index), value);
199}
200
201/*!
202 * Check that the contents of the slice are ascending via an iterator based for

Callers 1

TYPED_TEST_PFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected