Revert types.md
This commit is contained in:
parent
d08fca2bb9
commit
08963d6826
@ -89,7 +89,7 @@ From the template arguments, the following types are derived:
|
|||||||
```cpp
|
```cpp
|
||||||
using object_comparator_t = std::less<>;
|
using object_comparator_t = std::less<>;
|
||||||
using object_t = ObjectType<StringType, basic_json, object_comparator_t,
|
using object_t = ObjectType<StringType, basic_json, object_comparator_t,
|
||||||
AllocatorType<typename ObjectType<StringType, basic_json>::value_type>>;
|
AllocatorType<std::pair<const StringType, basic_json>>>;
|
||||||
|
|
||||||
using array_t = ArrayType<basic_json, AllocatorType<basic_json>>;
|
using array_t = ArrayType<basic_json, AllocatorType<basic_json>>;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user