• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# basic_json::get_allocator
2
3```cpp
4static allocator_type get_allocator();
5```
6
7Returns the allocator associated with the container.
8
9## Return value
10
11associated allocator
12
13## Version history
14
15- Unknown.
16