Files
2024-11-21 16:34:12 -05:00

18 lines
362 B
C++

#ifndef SIMDJSON_ONDEMAND_H
#define SIMDJSON_ONDEMAND_H
#include "simdjson/builtin/ondemand.h"
namespace simdjson {
/**
* @copydoc simdjson::builtin::ondemand
*/
namespace ondemand = builtin::ondemand;
/**
* @copydoc simdjson::builtin::builder
*/
namespace builder = builtin::builder;
} // namespace simdjson
#endif // SIMDJSON_ONDEMAND_H