1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-28 12:02:00 +03:00

📝 add more API documentation

This commit is contained in:
Niels Lohmann
2020-08-14 10:48:32 +02:00
parent 772f37c12d
commit 6674561d6a
10 changed files with 150 additions and 9 deletions

View File

@ -0,0 +1,15 @@
# basic_json::get_allocator
```cpp
static allocator_type get_allocator();
```
Returns the allocator associated with the container.
## Return value
associated allocator
## Version history
- Unknown.