json/doc/mkdocs/docs/api/basic_json/get_allocator.md

16 lines
208 B
Markdown
Raw Normal View History

2020-08-14 11:48:32 +03:00
# basic_json::get_allocator
```cpp
static allocator_type get_allocator();
```
Returns the allocator associated with the container.
## Return value
associated allocator
## Version history
- Unknown.