EightBit/M6502/HarteTest_6502/element_t.cpp
Adrian Conlon 45405d5624 Improve overall test speed by reusing test runners.
Signed-off-by: Adrian Conlon <adrian.conlon@gmail.com>
2021-10-25 18:40:21 +01:00

8 lines
164 B
C++

#include "stdafx.h"
#include "element_t.h"
element_t::element_t() noexcept {}
element_t::element_t(const simdjson::dom::element input) noexcept
: m_raw(input) {}