simdjson 4.4.0
Ridiculously Fast JSON
Loading...
Searching...
No Matches
builder.h
1#ifndef SIMDJSON_BUILDER_H
2#define SIMDJSON_BUILDER_H
3
4#include "simdjson/builtin/builder.h"
5
6namespace simdjson {
10 namespace builder = builtin::builder;
11
12} // namespace simdjson
13
14#endif // SIMDJSON_BUILDER_H
The top level simdjson namespace, containing everything the library provides.
Definition base.h:8