simdjson  3.11.0
Ridiculously Fast JSON
base.h
1 #ifndef SIMDJSON_FALLBACK_BASE_H
2 #define SIMDJSON_FALLBACK_BASE_H
3 
4 #ifndef SIMDJSON_CONDITIONAL_INCLUDE
5 #include "simdjson/base.h"
6 #endif // SIMDJSON_CONDITIONAL_INCLUDE
7 
8 namespace simdjson {
12 namespace fallback {
13 
14 class implementation;
15 
16 } // namespace fallback
17 } // namespace simdjson
18 
19 #endif // SIMDJSON_FALLBACK_BASE_H
The top level simdjson namespace, containing everything the library provides.
Definition: base.h:8