simdjson  3.1.6
Ridiculously Fast JSON
token_position.h
1 namespace simdjson {
2 namespace SIMDJSON_IMPLEMENTATION {
3 namespace ondemand {
4 
6 using token_position = const uint32_t *;
7 
8 } // namespace ondemand
9 } // namespace SIMDJSON_IMPLEMENTATION
10 } // namespace simdjson
We want to support argument-dependent lookup (ADL).