2021-11-07 15:13:37 +03:00
|
|
|
# <small>nlohmann::basic_json::</small>get_allocator
|
2020-08-14 11:48:32 +03:00
|
|
|
|
|
|
|
|
```cpp
|
|
|
|
|
static allocator_type get_allocator();
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
Returns the allocator associated with the container.
|
|
|
|
|
|
|
|
|
|
## Return value
|
|
|
|
|
|
|
|
|
|
associated allocator
|
|
|
|
|
|
|
|
|
|
## Version history
|
|
|
|
|
|
|
|
|
|
- Unknown.
|
2021-10-10 16:12:26 +03:00
|
|
|
|
|
|
|
|
!!! note
|
|
|
|
|
|
|
|
|
|
This documentation page is a stub.
|