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