MCPcopy Create free account
hub / github.com/PABannier/bark.cpp / get_allocator

Function get_allocator

examples/server/json.hpp:19416–19419  ·  view source on GitHub ↗

@brief returns the allocator associated with the container @sa https://json.nlohmann.me/api/basic_json/get_allocator/

Source from the content-addressed store, hash-verified

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/

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected