@brief returns the allocator associated with the container @sa https://json.nlohmann.me/api/basic_json/get_allocator/
| 19544 | /// @brief returns the allocator associated with the container |
| 19545 | /// @sa https://json.nlohmann.me/api/basic_json/get_allocator/ |
| 19546 | static allocator_type get_allocator() |
| 19547 | { |
| 19548 | return allocator_type(); |
| 19549 | } |
| 19550 | |
| 19551 | /// @brief returns version information on the library |
| 19552 | /// @sa https://json.nlohmann.me/api/basic_json/meta/ |
nothing calls this directly
no outgoing calls
no test coverage detected