template <typename T>
struct TestDataValueType
Defined at line 77 of file ../../src/lib/zxdump/test-data-holder.h
When Traits::type is a span, this default specialization just checks for
matching elements by instantiating again on the element type.
Public Members
static const bool kIsVector
Public Methods
void Check (std::string_view name, std::span<const T> old_value, std::span<const T> new_value)
Defined at line 83 of file ../../src/lib/zxdump/test-data-holder.h