@brief returns the allocator associated with the container @sa https://json.nlohmann.me/api/basic_json/get_allocator/
| 19414 | /// @brief returns the allocator associated with the container |
| 19415 | /// @sa https://json.nlohmann.me/api/basic_json/get_allocator/ |
| 19416 | static allocator_type get_allocator() |
| 19417 | { |
| 19418 | return allocator_type(); |
| 19419 | } |
| 19420 | |
| 19421 | /// @brief returns version information on the library |
| 19422 | /// @sa https://json.nlohmann.me/api/basic_json/meta/ |
nothing calls this directly
no outgoing calls
no test coverage detected