simdjson  3.11.0
Ridiculously Fast JSON
ondemand.h
1 #ifndef SIMDJSON_ONDEMAND_H
2 #define SIMDJSON_ONDEMAND_H
3 
4 #include "simdjson/builtin/ondemand.h"
5 
6 namespace simdjson {
10  namespace ondemand = builtin::ondemand;
11 } // namespace simdjson
12 
13 #endif // SIMDJSON_ONDEMAND_H
The top level simdjson namespace, containing everything the library provides.
Definition: base.h:8