mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
11 lines
260 B
C++
11 lines
260 B
C++
namespace simdjson {
|
|
namespace SIMDJSON_IMPLEMENTATION {
|
|
namespace ondemand {
|
|
|
|
/** @private Position in the JSON buffer indexes */
|
|
using token_position = const uint32_t *;
|
|
|
|
} // namespace ondemand
|
|
} // namespace SIMDJSON_IMPLEMENTATION
|
|
} // namespace simdjson
|