MCPcopy Create free account
hub / github.com/PeterFWS/Structure-PLP-SLAM / get_allocator

Function get_allocator

3rd/json/include/nlohmann/json.hpp:13056–13059  ·  view source on GitHub ↗

! @brief returns the allocator associated with the container */

Source from the content-addressed store, hash-verified

13054 @brief returns the allocator associated with the container
13055 */
13056 static allocator_type get_allocator()
13057 {
13058 return allocator_type();
13059 }
13060
13061 /*!
13062 @brief returns version information on the library

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected