Files
simdjson-simdjson/include/simdjson/generic/ondemand/token_position.h

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