forked from Research/WhisperCom
16 lines
208 B
Markdown
16 lines
208 B
Markdown
|
# basic_json::get_allocator
|
||
|
|
||
|
```cpp
|
||
|
static allocator_type get_allocator();
|
||
|
```
|
||
|
|
||
|
Returns the allocator associated with the container.
|
||
|
|
||
|
## Return value
|
||
|
|
||
|
associated allocator
|
||
|
|
||
|
## Version history
|
||
|
|
||
|
- Unknown.
|