2021-10-10 20:26:30 +00:00
|
|
|
#include "stdafx.h"
|
|
|
|
#include "test_t.h"
|
|
|
|
|
2021-10-25 17:40:21 +00:00
|
|
|
test_t::test_t() noexcept {}
|
|
|
|
|
2021-10-21 21:43:16 +00:00
|
|
|
test_t::test_t(const simdjson::dom::element input) noexcept
|
2021-10-22 12:10:23 +00:00
|
|
|
: element_t(input) {}
|