EightBit/M6502/HarteTest_6502/element_t.cpp
Adrian Conlon 17b71aafc3 Refactor to share JSON implementation details.
Signed-off-by: Adrian Conlon <adrian.conlon@gmail.com>
2021-10-22 13:10:23 +01:00

6 lines
128 B
C++

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